Skip to content

Commit eff6810

Browse files
committed
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
1 parent 8964809 commit eff6810

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docker/neutron/neutron-openvswitch-agent/Dockerfile.j2

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
1212

1313
{% set neutron_openvswitch_agent_packages = [
1414
'libibverbs',
15-
'openstack-neutron-openvswitch',
16-
'openvswitch'
15+
'openstack-neutron-openvswitch'
1716
] %}
1817

1918
{% elif base_package_type == 'deb' %}
2019

2120
{% set neutron_openvswitch_agent_packages = [
22-
'neutron-openvswitch-agent',
23-
'openvswitch-switch'
21+
'neutron-openvswitch-agent'
2422
] %}
2523

2624
{% endif %}

0 commit comments

Comments
 (0)