Merge "Fix oslo.messaging in neutron-server"
This commit is contained in:
commit
41644512a7
@ -1,10 +1,14 @@
|
||||
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%neutron-base:%%KOLLA_TAG%%
|
||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
||||
|
||||
#Install required packages
|
||||
# Install required packages
|
||||
RUN yum install -y which && \
|
||||
yum clean all
|
||||
|
||||
# See bug: https://bugs.launchpad.net/kolla/+bug/1483667
|
||||
# TODO(SamYaple): Check in on this and remove once unneccesary
|
||||
RUN pip install oslo.messaging==2.2.0
|
||||
|
||||
COPY start.sh /
|
||||
COPY config-external.sh /opt/kolla/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user