Merge "Stop and disable openstack-nova-compute service on compute nodes"

This commit is contained in:
Jenkins 2017-08-04 20:47:16 +00:00 committed by Gerrit Code Review
commit b41d110b3a

View File

@ -55,6 +55,9 @@ if [[ -n \$NOVA_COMPUTE ]]; then
log_debug "Stop and disable libvirtd service for upgrade to containers"
systemctl stop libvirtd
systemctl disable libvirtd
log_debug "Stop and disable openstack-nova-compute for upgrade to containers"
systemctl stop openstack-nova-compute
systemctl disable openstack-nova-compute
fi
# Apply puppet manifest to converge just right after the ${ROLE} upgrade