Add ability to configure Neutron FWaaS

This patch adds the ability for a deployer to enable the FWaaS panels
in Horizon.

Re-Implementation-Of: https://review.openstack.org/#/c/275894/9

Change-Id: I682171333328e42895ec1a4d2d0cc5d2b2fcdcd9
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2016-02-02 12:09:18 -06:00 committed by Jesse Pretorius (odyssey4me)
parent 51914aeb29
commit 785b1d49eb
2 changed files with 2 additions and 1 deletions

View File

@ -141,6 +141,7 @@ horizon_launch_instance_ng: False
## Neutron features to enable
horizon_enable_neutron_lbaas: False
horizon_enable_neutron_fwaas: False
## Swift
horizon_swift_file_transfer_chunk_size: 524288

View File

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