Remove ALLOWED_HOSTS using murano devstack plugin

Since devstack had always set ALLOWED_HOSTS=['*'] for horizon in this patch
I0ab2b57e459dbfa3b01b3e9388bbcefac076a142
So remove this setting from murano devstack plugin

Change-Id: I4a12904096e2cc3f64f82ec04518f709643c2001
This commit is contained in:
zhurong 2016-12-28 19:01:45 +08:00
parent 3f6b454059
commit 62843716c2
1 changed files with 0 additions and 3 deletions

View File

@ -518,9 +518,6 @@ function configure_local_settings_py() {
sed -e "s/\(^\s*OPENSTACK_HOST\s*=\).*$/\1 '$HOST_IP'/" -i "$HORIZON_LOCAL_CONFIG"
fi
local local_settings=${HORIZON_LOCAL_CONFIG:-$HORIZON_DIR/openstack_dashboard/local/local_settings.py}
_horizon_config_set $HORIZON_LOCAL_CONFIG "" ALLOWED_HOSTS [\'*\']
# Install Murano as plugin for Horizon
ln -sf $MURANO_DASHBOARD_DIR/muranodashboard/local/enabled/*.py $HORIZON_DIR/openstack_dashboard/local/enabled/