neutron-lbaas TO neutron-lbaas-agent

When building image for neutron-base on ubuntu, it failed with
installing neutron-lbaas, it should be neutron-lbaas-agent

Change-Id: Ia8ba9c4b578368940b44c7943648a15a9f9f7518
Closes-bug: #1597141
This commit is contained in:
liyingjun 2016-06-29 08:18:51 +08:00
parent d038ac7cde
commit 5c1ca9e012

View File

@ -17,7 +17,7 @@ RUN apt-get -y install --no-install-recommends \
neutron-plugin-ml2 \ neutron-plugin-ml2 \
neutron-server \ neutron-server \
openvswitch-switch \ openvswitch-switch \
neutron-lbaas \ neutron-lbaas-agent \
&& apt-get clean \ && apt-get clean \
&& mkdir -p /usr/share/neutron \ && mkdir -p /usr/share/neutron \
&& ln -s /etc/neutron/api-paste.ini /usr/share/neutron/api-paste.ini && ln -s /etc/neutron/api-paste.ini /usr/share/neutron/api-paste.ini