From 3bcea8e0c49f05edcb3b4751046a31f7594a8074 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Tue, 12 Mar 2019 16:33:20 -0400 Subject: [PATCH] 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 --- .../neutron/neutron-plugin-ml2-ansible-container-puppet.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/deployment/neutron/neutron-plugin-ml2-ansible-container-puppet.yaml b/deployment/neutron/neutron-plugin-ml2-ansible-container-puppet.yaml index bdfb7fc507..a179db3e5f 100644 --- a/deployment/neutron/neutron-plugin-ml2-ansible-container-puppet.yaml +++ b/deployment/neutron/neutron-plugin-ml2-ansible-container-puppet.yaml @@ -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}