Merge "Stop and disable openstack-nova-compute service on compute nodes"
This commit is contained in:
commit
b41d110b3a
@ -55,6 +55,9 @@ if [[ -n \$NOVA_COMPUTE ]]; then
|
|||||||
log_debug "Stop and disable libvirtd service for upgrade to containers"
|
log_debug "Stop and disable libvirtd service for upgrade to containers"
|
||||||
systemctl stop libvirtd
|
systemctl stop libvirtd
|
||||||
systemctl disable 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
|
fi
|
||||||
|
|
||||||
# Apply puppet manifest to converge just right after the ${ROLE} upgrade
|
# Apply puppet manifest to converge just right after the ${ROLE} upgrade
|
||||||
|
Loading…
Reference in New Issue
Block a user