Merge "Fixed resource registry path in neutron-lbaasv2.yaml"

This commit is contained in:
Jenkins 2017-09-22 19:54:04 +00:00 committed by Gerrit Code Review
commit 631e0ccd53
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
# - OVS: neutron.agent.linux.interface.OVSInterfaceDriver
# - LinuxBridges: neutron.agent.linux.interface.BridgeInterfaceDriver
resource_registry:
OS::TripleO::Services::NeutronLbaasv2Agent: ../puppet/services/neutron-lbaas.yaml
OS::TripleO::Services::NeutronLbaasv2Agent: ../../puppet/services/neutron-lbaas.yaml
parameter_defaults:
NeutronLbaasInterfaceDriver: "neutron.agent.linux.interface.OVSInterfaceDriver"