Use real package name

In the mitaka cycle, the Ubuntu neutron plugin packages
were renamed, and transitional packages were created.

Use the real name of the linuxbridge plugin package to
reflect reality.

Change-Id: I12e1ee45b7a9cfee0d42ba66a34d2e5f4267ca2e
Signed-off-by: Chuck Short <charles.short@ericsson.com>
This commit is contained in:
Chuck Short 2017-11-05 13:04:32 -05:00 committed by Liping Mao (limao)
parent 6cd7161a7f
commit 1e40420277
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% set neutron_linuxbridge_agent_packages = [
'ebtables',
'neutron-plugin-linuxbridge-agent'
'neutron-linuxbridge-agent'
] %}
{% endif %}

View File

@ -16,7 +16,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% elif base_distro in ['debian', 'ubuntu'] %}
{% set neutron_openvswitch_agent_packages = [
'neutron-plugin-openvswitch-agent',
'neutron-openvswitch-agent',
'openvswitch-switch'
] %}