Merge "Add required packages for nova migration"

This commit is contained in:
Jenkins 2017-06-09 04:58:09 +00:00 committed by Gerrit Code Review
commit 58a385a238
1 changed files with 4 additions and 0 deletions

View File

@ -75,3 +75,7 @@ RUN yum-config-manager --add-repo http://people.redhat.com/mbaldess/rpms/contain
# temporary pacemaker packages with support for bundles
RUN yum-config-manager --add-repo http://people.redhat.com/mbaldess/rpms/container-repo/pacemaker-bundle.repo && yum install -y pacemaker pacemaker-remote pcs libqb resource-agents && mkdir /etc/libqb
{% endblock %}
# Required for nova migration
{% set nova_compute_packages_append = ['openstack-nova-migration', 'openssh-server'] %}
{% set nova_libvirt_packages_append = ['openstack-nova-migration'] %}