Merge "Implement Neutron LBAAS using haproxy"

This commit is contained in:
Jenkins 2015-10-23 21:02:20 +00:00 committed by Gerrit Code Review
commit e7b59590f5
2 changed files with 4 additions and 1 deletions

View File

@ -119,6 +119,9 @@ horizon_default_role_name: _member_
horizon_launch_instance_legacy: True
horizon_launch_instance_ng: False
## Neutron features to enable
horizon_enable_neutron_lbaas: False
## Swift
horizon_swift_file_transfer_chunk_size: 524288

View File

@ -268,7 +268,7 @@ OPENSTACK_NEUTRON_NETWORK = {
'enable_ipv6': False,
'enable_distributed_router': False,
'enable_ha_router': False,
'enable_lb': False,
'enable_lb': {{ horizon_enable_neutron_lbaas | bool }},
'enable_firewall': False,
'enable_vpn': False,
'enable_fip_topology_check': True,