Merge "Use real package name"
This commit is contained in:
commit
3a65b17da7
@ -17,7 +17,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
|||||||
|
|
||||||
{% set neutron_linuxbridge_agent_packages = [
|
{% set neutron_linuxbridge_agent_packages = [
|
||||||
'ebtables',
|
'ebtables',
|
||||||
'neutron-plugin-linuxbridge-agent'
|
'neutron-linuxbridge-agent'
|
||||||
] %}
|
] %}
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -16,7 +16,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
|||||||
{% elif base_distro in ['debian', 'ubuntu'] %}
|
{% elif base_distro in ['debian', 'ubuntu'] %}
|
||||||
|
|
||||||
{% set neutron_openvswitch_agent_packages = [
|
{% set neutron_openvswitch_agent_packages = [
|
||||||
'neutron-plugin-openvswitch-agent',
|
'neutron-openvswitch-agent',
|
||||||
'openvswitch-switch'
|
'openvswitch-switch'
|
||||||
] %}
|
] %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user