Merge "Remove ALLOWED_HOSTS using murano devstack plugin"

This commit is contained in:
Jenkins 2017-01-11 23:25:57 +00:00 committed by Gerrit Code Review
commit 3a806680f9
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/