Make neutron ml2/ansible's base plugin variable
The ML2/ansible support is intended to be an "add on" to the base Neutron plugin. This patch allows it to use the value set in the resource registry as the base plugin so it should work with either ML2/OVS or ML2/OVN. Change-Id: I95f03ce7cec96640e4779f2a6a67585c9f152359
This commit is contained in:
parent
45afac511b
commit
2d2cd02c05
@ -44,7 +44,7 @@ parameters:
|
||||
resources:
|
||||
|
||||
NeutronMl2Base:
|
||||
type: ./neutron-plugin-ml2.yaml
|
||||
type: OS::TripleO::Docker::NeutronMl2PluginBase
|
||||
properties:
|
||||
EndpointMap: {get_param: EndpointMap}
|
||||
ServiceData: {get_param: ServiceData}
|
||||
|
Loading…
Reference in New Issue
Block a user