From 057d6f2f02c8f0bbded3b5887586caa38bffdc32 Mon Sep 17 00:00:00 2001 From: Sam Yaple Date: Tue, 11 Aug 2015 11:46:36 +0000 Subject: [PATCH] Fix oslo.messaging in neutron-server oslo.messaging is breaking neutron-server or vice-versa. Either way pinning oslo.messaging to the current stable fixes the issue. When 2.2.1 is stable or the delorean repos fix the issue we can remove the pinning Change-Id: I353aba463d0b1e11f4b58e5edd5241a636701172 Closes-Bug: #1483667 --- docker/centos/binary/neutron/neutron-server/Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docker/centos/binary/neutron/neutron-server/Dockerfile b/docker/centos/binary/neutron/neutron-server/Dockerfile index f678357a0d..de80f4ff8e 100644 --- a/docker/centos/binary/neutron/neutron-server/Dockerfile +++ b/docker/centos/binary/neutron/neutron-server/Dockerfile @@ -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/