Merge "Fix centos qdrouterd for centos > 7" into stable/train

This commit is contained in:
Zuul 2019-11-06 12:28:03 +00:00 committed by Gerrit Code Review
commit 0f8348bf48
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
] %}
# make sure qpid is pulled from centos-openstack-RELEASE (RDO) repo
RUN yum-config-manager --disable epel centos-release-opstools extras
RUN {% if distro_package_manager == 'dnf' %}dnf config-manager{% else %}yum-config-manager{% endif %} --disable epel centos-release-opstools extras
{{ macros.install_packages(qdrouterd_packages | customizable("packages")) }}