Set horizon configuration for security groups
Fix bug #1206271 Change-Id: I33a530265be1e5ab9181e605eb4b7c3bf1fdf9c4
This commit is contained in:
parent
f829e46bd0
commit
c973f1249a
@ -104,6 +104,9 @@ function init_horizon() {
|
||||
local_settings=$HORIZON_DIR/openstack_dashboard/local/local_settings.py
|
||||
cp $HORIZON_SETTINGS $local_settings
|
||||
|
||||
if is_service_enabled neutron; then
|
||||
_horizon_config_set $local_settings OPENSTACK_NEUTRON_NETWORK enable_security_group $Q_USE_SECGROUP
|
||||
fi
|
||||
# enable loadbalancer dashboard in case service is enabled
|
||||
if is_service_enabled q-lbaas; then
|
||||
_horizon_config_set $local_settings OPENSTACK_NEUTRON_NETWORK enable_lb True
|
||||
|
Loading…
x
Reference in New Issue
Block a user