Skip to content

Commit 47c6443

Browse files
committed
upper-constraints: remove neutron
Since https://review.opendev.org/c/openstack/requirements/+/846785 has landed - Kolla builds are failing - see bug. Closes-Bug: #1979703 Change-Id: I6df02a35510e56aa91b23617c5d15ce1884b0312
1 parent 66eec33 commit 47c6443

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/openstack-base/Dockerfile.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,8 @@ RUN ln -s openstack-base-source/* /requirements \
322322
in venv (see https://launchpad.net/bugs/1961874).
323323
#}
324324
&& sed -i /^ovs=/d /requirements/upper-constraints.txt \
325+
{# NOTE(mnasiadka): Remove neutron from upper-constraints.txt LP#1979703 #}
326+
&& sed -i /^neutron=/d /requirements/upper-constraints.txt \
325327
&& mkdir -p /var/lib/kolla \
326328
&& {{ macros.install_pip(['virtualenv'])}} \
327329
&& virtualenv --system-site-packages /var/lib/kolla/venv

0 commit comments

Comments
 (0)