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
(cherry picked from commit 2d2cd02c05)
This commit is contained in:
Brent Eagles 2020-04-22 21:50:38 -02:30 committed by Dan Radez
parent 9e93d28d31
commit 3cf7f416f6
1 changed files with 1 additions and 1 deletions

View File

@ -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}