From 9f897b229d1944d28353ea3a753a2fcaf11568b3 Mon Sep 17 00:00:00 2001 From: xiayu <1013230155@qq.com> Date: Fri, 11 Mar 2016 10:37:01 +0800 Subject: [PATCH] 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 --- devstack/plugin.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index cb2ed263..e9e618a4 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -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() {