New horizon_enable_router variable
Set to False if you don't want router support in Horizon or if you don't have Neutron L3 agent deployed. Change-Id: I72eaa7829372b91c286efa06263e3f78b86ef35c
This commit is contained in:
parent
8b0a89d02a
commit
2eec94604c
@ -125,6 +125,8 @@ horizon_can_set_password: False
|
||||
horizon_enable_cinder_backup: False
|
||||
# Enables IPv6 support in Horizon, such as managing network subnets
|
||||
horizon_enable_ipv6: True
|
||||
# Enables router support in Horizon, disable if you don't have Neutron L3 agent
|
||||
horizon_enable_router: True
|
||||
|
||||
# Disable/Enable simplified floating IP address management for deployments with
|
||||
# multiple floating IP pools or complex network requirements.
|
||||
|
@ -279,7 +279,7 @@ OPENSTACK_CINDER_FEATURES = {
|
||||
# services provided by neutron. Options currently available are load
|
||||
# balancer service, security groups, quotas, VPN service.
|
||||
OPENSTACK_NEUTRON_NETWORK = {
|
||||
'enable_router': True,
|
||||
'enable_router': {{ horizon_enable_router | bool }},
|
||||
'enable_quotas': True,
|
||||
'enable_ipv6': {{ horizon_enable_ipv6 | bool }},
|
||||
'enable_distributed_router': False,
|
||||
|
Loading…
x
Reference in New Issue
Block a user