Fix: Unknown Property ML2HostConfigs

This should fix tripleo-ci-centos-7-scenario012-standalone
which is failing in CI.

We don't need to pass ML2HostConfigs to the base resource.

Change-Id: I19f6bff7b8b75ca0f48edd2a94c2f46ec96eb44a
This commit is contained in:
Dan Prince 2019-03-12 16:33:20 -04:00
parent eee89fb2f0
commit 3bcea8e0c4
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ resources:
NeutronMl2Base:
type: ../../puppet/services/neutron-plugin-ml2.yaml
properties:
ML2HostConfigs: {get_param: ML2HostConfigs}
EndpointMap: {get_param: EndpointMap}
ServiceData: {get_param: ServiceData}
ServiceNetMap: {get_param: ServiceNetMap}