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
This commit is contained in:
parent
0f2c67d929
commit
057d6f2f02
@ -1,10 +1,14 @@
|
|||||||
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%neutron-base:%%KOLLA_TAG%%
|
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%neutron-base:%%KOLLA_TAG%%
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
||||||
|
|
||||||
#Install required packages
|
# Install required packages
|
||||||
RUN yum install -y which && \
|
RUN yum install -y which && \
|
||||||
yum clean all
|
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 start.sh /
|
||||||
COPY config-external.sh /opt/kolla/
|
COPY config-external.sh /opt/kolla/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user