Skip to content

Commit

Permalink
Add logic for config-database in contrail-status
Browse files Browse the repository at this point in the history
Change-Id: I307535ee2ec1c2d0e6b9ce061997aaafcee905d0
Partial-Bug: #1765487
  • Loading branch information
Andrey-mp committed Jul 12, 2018
1 parent 86f2466 commit 9cae773
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions containers/status/contrail-status.py
Expand Up @@ -42,6 +42,9 @@
'schema': 'contrail-schema',
'svc-monitor': 'contrail-svc-monitor',
'device-manager': 'contrail-device-manager',
},
'config-database': {
'nodemgr': 'contrail-config-database-nodemgr',
'cassandra': None,
'zookeeper': None,
'rabbitmq': None,
Expand Down

0 comments on commit 9cae773

Please sign in to comment.