Skip to content

Commit

Permalink
Closes-Bug: #1549612 - Reintroducing explicit stopping of openstack s…
Browse files Browse the repository at this point in the history
…ervices before supervisor-openstack takes over

This is necessary as supervisor-openstack is unable to take over running services.
Previous change introduced override files in contrail-openstack package which have no effect on SM provisioning due to different install order

Change-Id: Ic79e77261a3c92ddbc17dd066ea371ea0350d0a5
  • Loading branch information
nitishkrishna committed Feb 25, 2016
1 parent a4ef033 commit 4b501df
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -3,6 +3,7 @@ for svc in keystone nova-api nova-scheduler nova-conductor nova-console\
nova-consoleauth nova-objectstore nova-novncproxy glance-api\
glance-registry cinder-api cinder-scheduler heat-engine heat-api heat-api-cfn ; do
if [ -f /etc/init/$svc.conf ]; then
service $svc stop || true
mv /etc/init/$svc.conf /etc/init/$svc.conf.backup
fi
if [ -f /etc/init.d/$svc ]; then
Expand Down

0 comments on commit 4b501df

Please sign in to comment.