neutron-openvswitch-agent: openvswitch is already installed
We install openvswitch package in neutron-base image already so there is no need of repeating it. Change-Id: Id578cbc49c9a432414e5c758e0c853e59f79b039
This commit is contained in:
parent
8964809888
commit
eff681063a
@ -12,15 +12,13 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
|||||||
|
|
||||||
{% set neutron_openvswitch_agent_packages = [
|
{% set neutron_openvswitch_agent_packages = [
|
||||||
'libibverbs',
|
'libibverbs',
|
||||||
'openstack-neutron-openvswitch',
|
'openstack-neutron-openvswitch'
|
||||||
'openvswitch'
|
|
||||||
] %}
|
] %}
|
||||||
|
|
||||||
{% elif base_package_type == 'deb' %}
|
{% elif base_package_type == 'deb' %}
|
||||||
|
|
||||||
{% set neutron_openvswitch_agent_packages = [
|
{% set neutron_openvswitch_agent_packages = [
|
||||||
'neutron-openvswitch-agent',
|
'neutron-openvswitch-agent'
|
||||||
'openvswitch-switch'
|
|
||||||
] %}
|
] %}
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user