Install openstack-panko-api 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: I700a711473d10a50fad6b1797453a74c0cdff54b
Closes-Bug: 1667965
This commit is contained in:
Marius Cornea 2017-02-25 20:32:49 +01:00
parent 7b02ad73fb
commit 63cb515c60
1 changed files with 6 additions and 0 deletions

View File

@ -84,3 +84,9 @@ outputs:
include tripleo::profile::base::panko::api
metadata_settings:
get_attr: [ApacheServiceBase, role_data, metadata_settings]
upgrade_tasks:
# The panko API isn't installed in newton images, so install
# it on upgrade
- name: Install openstack-panko-api packages on upgrade
tags: step3
yum: name=openstack-panko-api state=latest