Skip to content

Commit

Permalink
Merge "supervisor-support-service is no longer support/required in ce…
Browse files Browse the repository at this point in the history
…ntos7/rhel7 platforms systemd: systemd support on openstack-services in centos/rhel Partial-Bug: 1604769" into R3.1
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Jul 22, 2016
2 parents 3322b0a + 6331cd2 commit 99dc82a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config/utils/contrail-status.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,8 @@ def supervisor_status(nodetype, options):
elif nodetype == 'webui':
print "== Contrail Web UI =="
check_status('supervisor-webui', options)
elif nodetype == 'support-service':
elif nodetype == 'support-service' and \
distribution == 'debian':
print "== Contrail Support Services =="
check_status('supervisor-support-service', options)

Expand Down

0 comments on commit 99dc82a

Please sign in to comment.