Merge "[N->O] Add openstack-nova-migration to compute nodes."

This commit is contained in:
Jenkins 2017-05-04 23:05:16 +00:00 committed by Gerrit Code Review
commit 8af47c20f3
2 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,7 @@ fi
if [[ -n \$NOVA_COMPUTE ]]; then
log_debug "Restarting openstack ceilometer agent compute"
systemctl restart openstack-ceilometer-compute
yum install -y openstack-nova-migration
fi
# Apply puppet manifest to converge just right after the ${ROLE} upgrade

View File

@ -180,6 +180,9 @@ outputs:
template: "dest=/etc/nova/nova.conf section=upgrade_levels option=compute value=LEVEL"
params:
LEVEL: {get_param: UpgradeLevelNovaCompute}
- name: install openstack-nova-migration
tags: step3
yum: name=openstack-nova-migration state=latest
- name: Start nova-compute service
tags: step6
service: name=openstack-nova-compute state=started