Skip to content
Snippets Groups Projects
Commit 2592a46c authored by Christian Berendt's avatar Christian Berendt Committed by Christian Berendt
Browse files

Copy lbaas-haproxy.filters file to /etc/neutron/rootwrap.d

The copy instructions do copy the README.txt file and the oslo-config-generator
directory to /etc/neutron. This makes no sense. Only the
neutron/rootwrap.d/lbaas-haproxy.filters should be copied to /etc/neutron/rootwrap.d.

TrivialFix

Change-Id: I2dfd86b718166d1d3e348dd9ba14056bb763e64f
parent b7435eeb
No related branches found
No related tags found
No related merge requests found
......@@ -37,8 +37,7 @@ RUN apt-get -y install --no-install-recommends \
ADD neutron-lbaas-agent-archive /neutron-lbaas-agent-source
RUN ln -s neutron-lbaas-agent-source/* neutron_lbaas \
&& /var/lib/kolla/venv/bin/pip --no-cache-dir install --upgrade -c requirements/upper-constraints.txt /neutron_lbaas \
&& cp -r /neutron_lbaas/etc/* /etc/neutron/ \
&& cp -r /neutron_lbaas/etc/neutron/* /etc/neutron/ \
&& cp /neutron_lbaas/etc/neutron/rootwrap.d/* /etc/neutron/rootwrap.d \
&& sed -i 's|^exec_dirs.*|exec_dirs=/var/lib/kolla/venv/bin,/sbin,/usr/sbin,/bin,/usr/bin,/usr/local/bin,/usr/local/sbin|g' /etc/neutron/rootwrap.conf
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment