Merge "Append qemu-img to Mistral executor package list"

This commit is contained in:
Zuul 2019-02-21 05:33:11 +00:00 committed by Gerrit Code Review
commit 779b542c68
1 changed files with 2 additions and 0 deletions

View File

@ -74,11 +74,13 @@ gpgcheck=0' >> /etc/yum.repos.d/opendaylight.repo
# nova-common: to run nova-manage cells_v2 commands on
# tripleo-heat-templates: to load the default plan from the CLI/UI
# ipmitool: for baremetal node discovery
# qemu-img: convert Octavia amphora qcow2 to raw
{% set mistral_executor_packages_append = [
'openstack-tripleo-validations',
'openstack-nova-common',
'openstack-tripleo-heat-templates',
'ipmitool',
'qemu-img',
] %}
# FIXME (kolla review to add ceilometer to swift proxy image)