We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66eec33 commit 47c6443Copy full SHA for 47c6443
docker/openstack-base/Dockerfile.j2
@@ -322,6 +322,8 @@ RUN ln -s openstack-base-source/* /requirements \
322
in venv (see https://launchpad.net/bugs/1961874).
323
#}
324
&& 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 \
327
&& mkdir -p /var/lib/kolla \
328
&& {{ macros.install_pip(['virtualenv'])}} \
329
&& virtualenv --system-site-packages /var/lib/kolla/venv
0 commit comments