Install nova-placement package on upgrade

This doesn't exist in newton images, so install it via the
ansible tasks during step3 (when all other packages are updated).

Change-Id: I08fb7855b910ccc5a8ab2d73f1de15b695784abd
Closes-Bug: #1664265
(cherry picked from commit e6ed8a75eb)
This commit is contained in:
Steven Hardy 2017-02-17 10:00:24 +00:00 committed by Emilien Macchi
parent 5b8cab7cfd
commit ec42700078
1 changed files with 5 additions and 0 deletions

View File

@ -122,3 +122,8 @@ outputs:
- name: Stop nova_placement service (running under httpd)
tags: step1
service: name=httpd state=stopped
# The nova placement API isn't installed in newton images, so install
# it on upgrade
- name: Install nova-placement packages on upgrade
tags: step3
yum: name=openstack-nova-placement-api state=latest