File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,24 +92,6 @@ function init_horizon {
9292 local local_settings=$HORIZON_DIR/openstack_dashboard/local/local_settings.py
9393 cp $HORIZON_SETTINGS $local_settings
9494
95- if is_service_enabled neutron; then
96- _horizon_config_set $local_settings OPENSTACK_NEUTRON_NETWORK enable_security_group $Q_USE_SECGROUP
97- fi
98- # enable loadbalancer dashboard in case service is enabled
99- if is_service_enabled q-lbaas; then
100- _horizon_config_set $local_settings OPENSTACK_NEUTRON_NETWORK enable_lb True
101- fi
102-
103- # enable firewall dashboard in case service is enabled
104- if is_service_enabled q-fwaas; then
105- _horizon_config_set $local_settings OPENSTACK_NEUTRON_NETWORK enable_firewall True
106- fi
107-
108- # enable VPN dashboard in case service is enabled
109- if is_service_enabled q-vpn; then
110- _horizon_config_set $local_settings OPENSTACK_NEUTRON_NETWORK enable_vpn True
111- fi
112-
11395 _horizon_config_set $local_settings "" OPENSTACK_HOST \"${KEYSTONE_SERVICE_HOST}\"
11496 _horizon_config_set $local_settings "" OPENSTACK_KEYSTONE_URL "\"${KEYSTONE_SERVICE_PROTOCOL}://${KEYSTONE_SERVICE_HOST}:${KEYSTONE_SERVICE_PORT}/v2.0\""
11597 if [[ -n "$KEYSTONE_TOKEN_HASH_ALGORITHM" ]]; then
You can’t perform that action at this time.
0 commit comments