Fix centos qdrouterd - use RDO qpid packages only
Disables other sources with qpid packages. Change-Id: I508b8258e0d0aacfa0e4ff56706b5f273d2fbf0a Closes-bug: #1850044
This commit is contained in:
parent
7b309f8300
commit
e41e86c805
@ -16,6 +16,9 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'qpid-dispatch-tools'
|
||||
] %}
|
||||
|
||||
# make sure qpid is pulled from centos-openstack-RELEASE (RDO) repo
|
||||
RUN yum-config-manager --disable epel centos-release-opstools extras
|
||||
|
||||
{{ macros.install_packages(qdrouterd_packages | customizable("packages")) }}
|
||||
|
||||
{% elif base_package_type == 'deb' %}
|
||||
|
Loading…
Reference in New Issue
Block a user