Skip to content

Commit

Permalink
Closes-Bug: #1568062
Browse files Browse the repository at this point in the history
seperate contrail-database and contrail supervisor-database in contrail-status output

Change-Id: I4fae9542ee848d5c334c6f9e718704c1c1bda423
  • Loading branch information
Santosh Gupta committed Apr 28, 2016
1 parent e378fd3 commit c5c0356
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config/utils/contrail-status.py
Expand Up @@ -363,6 +363,8 @@ def supervisor_status(nodetype, options):
elif nodetype == 'database':
print "== Contrail Database =="
check_svc('contrail-database', initd_svc=True)
print ""
print "== Contrail Supervisor Database =="
check_status('supervisor-database', options)
elif nodetype == 'webui':
print "== Contrail Web UI =="
Expand Down

0 comments on commit c5c0356

Please sign in to comment.