Fix the wrong package name in Ubuntu binary build
neutron-plugin-linuxbridge and neutron-plugin-openvswitch package is useless and removed in Mitaka on Ubuntu Change-Id: Ia156d58410198af969f579cd5e7461c31ea63408 Closes-Bug: #1568281
This commit is contained in:
parent
3cd96ea0ee
commit
4417571b9b
@ -14,7 +14,7 @@ RUN yum install -y \
|
|||||||
|
|
||||||
RUN apt-get install -y --no-install-recommends \
|
RUN apt-get install -y --no-install-recommends \
|
||||||
ebtables \
|
ebtables \
|
||||||
neutron-plugin-linuxbridge \
|
neutron-plugin-linuxbridge-agent \
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -13,7 +13,6 @@ RUN yum install -y \
|
|||||||
{% elif base_distro in ['ubuntu'] %}
|
{% elif base_distro in ['ubuntu'] %}
|
||||||
|
|
||||||
RUN apt-get install -y --no-install-recommends \
|
RUN apt-get install -y --no-install-recommends \
|
||||||
neutron-plugin-openvswitch \
|
|
||||||
openvswitch-switch \
|
openvswitch-switch \
|
||||||
neutron-plugin-openvswitch-agent \
|
neutron-plugin-openvswitch-agent \
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
|
Loading…
Reference in New Issue
Block a user