Add option to enable from VPNaaS in Horizon

This change simple provides an option to enable vpnaas panels
within horizon.

Change-Id: I2343f91e5ae1664fc8ab9ba1fbc3196b4d92078c
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2016-04-13 12:48:15 -05:00
parent 298f728db1
commit f21074337f
No known key found for this signature in database
GPG Key ID: 69FEFFC5E2D9273F
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -271,7 +271,7 @@ OPENSTACK_NEUTRON_NETWORK = {
'enable_ha_router': False,
'enable_lb': {{ horizon_enable_neutron_lbaas | bool }},
'enable_firewall': {{ horizon_enable_neutron_fwaas | bool }},
'enable_vpn': False,
'enable_vpn': {{ horizon_enable_neutron_vpnaas | bool }},
'enable_fip_topology_check': True,
# Neutron can be configured with a default Subnet Pool to be used for IPv4