Skip to content

Commit b8d1a62

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "neutron-openvswitch-agent: openvswitch is already installed"
2 parents c2874f1 + eff6810 commit b8d1a62

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)