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
@ -5,6 +5,10 @@ MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
||||
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