Remove set GLARE_API_URL for horizon

In multi-region, only have one horizon, so we can not
set GLARE_API_URL parameter for horizon.

Change-Id: Ia39d7d1940dcac31467fbe73f7268cf1f3d39ddf
Closes-Bug: #1630318
This commit is contained in:
zhurong 2018-07-27 15:59:38 +08:00
parent a4931ab8d9
commit 22f4d6df5e
1 changed files with 0 additions and 1 deletions

View File

@ -574,7 +574,6 @@ function configure_local_settings_py() {
sed -e "s%\(^\s*MURANO_REPO_URL\s*=\).*$%\1 '$MURANO_REPOSITORY_URL'%" -i $HORIZON_DIR/openstack_dashboard/local/local_settings.d/_50_murano.py
sed -e "s%\(^\s*'NAME':\).*$%\1 os.path.join('$MURANO_DASHBOARD_DIR', 'openstack-dashboard.sqlite')%" -i $HORIZON_DIR/openstack_dashboard/local/local_settings.d/_50_murano.py
echo -e $"\nMETADATA_CACHE_DIR = '$MURANO_DASHBOARD_CACHE_DIR'" | sudo tee -a $HORIZON_DIR/openstack_dashboard/local/local_settings.d/_50_murano.py
echo -e $"\nGLARE_API_URL = '$GLANCE_SERVICE_PROTOCOL://$GLANCE_GLARE_HOSTPORT'" | sudo tee -a $HORIZON_DIR/openstack_dashboard/local/local_settings.d/_50_murano.py
}