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:
parent
6cd7161a7f
commit
1e40420277
@ -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 %}
|
||||
|
@ -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'
|
||||
] %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user