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:
parent
d038ac7cde
commit
5c1ca9e012
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user