Merge "Fixes Dockerfile for neutron-lbaas-agent"

This commit is contained in:
Jenkins 2016-07-26 09:43:42 +00:00 committed by Gerrit Code Review
commit b44abe078f

View File

@ -28,7 +28,7 @@ RUN apt-get -y install --no-install-recommends \
neutron-lbaas-common \ neutron-lbaas-common \
neutron-lbaasv2-agent \ neutron-lbaasv2-agent \
python-neutron-lbaas \ python-neutron-lbaas \
&& apt-get clean \ && apt-get clean
{% endif %} {% endif %}