Merge "Adds stop and disable for libvirtd on upgrade to containers"

This commit is contained in:
Jenkins 2017-08-02 01:29:22 +00:00 committed by Gerrit Code Review
commit 1e6a5b36e5
1 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,10 @@ if [[ -n \$NOVA_COMPUTE ]]; then
log_debug "Restarting openstack ceilometer agent compute"
systemctl restart openstack-ceilometer-compute
yum install -y openstack-nova-migration
# https://bugs.launchpad.net/tripleo/+bug/1707926 stop&disable libvirtd
log_debug "Stop and disable libvirtd service for upgrade to containers"
systemctl stop libvirtd
systemctl disable libvirtd
fi
# Apply puppet manifest to converge just right after the ${ROLE} upgrade