Enable Neutron LBaaS Integration
Allows the configuration of the Neutron LBaaS agent. Change-Id: I4c29ece765ec9147cef9b4d74d30e3c4483c48ab Implements: blueprint lbaasv2-service-integration
This commit is contained in:
parent
d1fcf403dc
commit
e1f7c0f30d
@ -8,10 +8,11 @@
|
||||
# - OVS: neutron.agent.linux.interface.OVSInterfaceDriver
|
||||
# - LinuxBridges: neutron.agent.linux.interface.BridgeInterfaceDriver
|
||||
resource_registry:
|
||||
OS::TripleO::Services::NeutronLbaas: ../puppet/services/neutron-lbaas.yaml
|
||||
OS::TripleO::Services::NeutronLbaasv2Agent: ../puppet/services/neutron-lbaas.yaml
|
||||
|
||||
parameter_defaults:
|
||||
NeutronLbaasInterfaceDriver: "neutron.agent.linux.interface.OVSInterfaceDriver"
|
||||
NeutronLbaasDeviceDriver: "neutron.services.loadbalancer.drivers.haproxy.namespace_driver.HaproxyNSDriver"
|
||||
NeutronLbaasDeviceDriver: "neutron_lbaas.drivers.haproxy.namespace_driver.HaproxyNSDriver"
|
||||
NeutronServiceProviders: ['LOADBALANCERV2:Haproxy:neutron_lbaas.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default']
|
||||
NeutronServicePlugins: "qos,router,trunk,lbaasv2"
|
||||
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- Allows the configuration of the Neutron LBaaS
|
||||
agent.
|
Loading…
Reference in New Issue
Block a user