Merge "Fix oslo.messaging in neutron-server"

This commit is contained in:
Jenkins 2015-08-11 13:19:43 +00:00 committed by Gerrit Code Review
commit 41644512a7

View File

@ -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/