Set Horizon customization_module

Table in horizon show neutron dhcp agent will cause an error
with astara plugin, override the panel by setting Horizon
customization_module option.

Change-Id: I01a323f44b0c99320d6437aebac1abbdf605974e
This commit is contained in:
xiayu 2016-03-11 10:37:01 +08:00
parent 5d2be5062c
commit 9f897b229d
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ function configure_astara_horizon() {
_horizon_config_set $HORIZON_LOCAL_SETTINGS "" RUG_MANAGEMENT_PREFIX \"$ASTARA_MANAGEMENT_PREFIX\"
_horizon_config_set $HORIZON_LOCAL_SETTINGS "" RUG_API_PORT \"$ASTARA_API_PORT\"
done
_horizon_config_set $HORIZON_LOCAL_SETTINGS "" HORIZON_CONFIG\[\'customization_module\'\] "'astara_horizon.astara_openstack_dashboard.overrides'"
}
function start_astara_horizon() {