We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2874f1 + eff6810 commit b8d1a62Copy full SHA for b8d1a62
docker/neutron/neutron-openvswitch-agent/Dockerfile.j2
@@ -12,15 +12,13 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
12
13
{% set neutron_openvswitch_agent_packages = [
14
'libibverbs',
15
- 'openstack-neutron-openvswitch',
16
- 'openvswitch'
+ 'openstack-neutron-openvswitch'
17
] %}
18
19
{% elif base_package_type == 'deb' %}
20
21
22
- 'neutron-openvswitch-agent',
23
- 'openvswitch-switch'
+ 'neutron-openvswitch-agent'
24
25
26
{% endif %}
0 commit comments