Add enable_lb option back to horizon

The change from I7b384c2f78aa0aa622d23b8b4ee317dd99f396e0 in the
neutron-lbaas-dashboard brought back the ``enable_lb`` option. This
patch adds the option back into the Horizon configuration. The option
is only needed when the next-gen LBaaSv2 panels are activated.

Closes-bug: 1593074

Change-Id: I166512fc77e48c123116dc6dd95262b2e1d5f6cf
This commit is contained in:
Major Hayden 2016-06-21 23:03:35 -05:00
parent ae5256b55b
commit 6a84a06a79
No known key found for this signature in database
GPG Key ID: 737051E0C1011FB1
1 changed files with 1 additions and 0 deletions

View File

@ -268,6 +268,7 @@ OPENSTACK_NEUTRON_NETWORK = {
'enable_quotas': True,
'enable_ipv6': {{ horizon_enable_ipv6 | bool }},
'enable_distributed_router': False,
'enable_lb': {{ horizon_enable_neutron_lbaas | bool }},
'enable_ha_router': {{ horizon_enable_ha_router | bool }},
'enable_firewall': {{ horizon_enable_neutron_fwaas | bool }},
'enable_vpn': {{ horizon_enable_neutron_vpnaas | bool }},