Skip to content

Commit

Permalink
Add contrail-database to contrail-status, use initd service for
Browse files Browse the repository at this point in the history
contrail-database since it has moved out of supervisor.
Closes-Bug: #1484297

Change-Id: I4cbcfe32cfeb070032e2b50671a054b4e7e31341
  • Loading branch information
Megh Bhatt committed Sep 22, 2015
1 parent 050bb03 commit 6ad6eeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/utils/contrail-status.py
Expand Up @@ -360,6 +360,7 @@ def supervisor_status(nodetype, options):
check_status('supervisor-analytics', options)
elif nodetype == 'database':
print "== Contrail Database =="
check_svc('contrail-database', initd_svc=True)
check_status('supervisor-database', options)
elif nodetype == 'webui':
print "== Contrail Web UI =="
Expand Down

0 comments on commit 6ad6eeb

Please sign in to comment.