devstack: Remove a write-only variable

Change-Id: I4a04da67081961514d52b447dac4ddb5f16868bc
This commit is contained in:
YAMAMOTO Takashi 2017-08-02 19:06:47 +09:00
parent 0dfe833995
commit 98badf20b9
1 changed files with 0 additions and 2 deletions

View File

@ -22,8 +22,6 @@ function neutron_taas_dashboard_install {
function neutron_taas_dashboard_configure {
cp $NEUTRON_TAAS_DASHBOARD_ENABLE_FILE \
$HORIZON_DIR/openstack_dashboard/local/enabled/
local local_settings=$HORIZON_DIR/openstack_dashboard/local/local_settings.py
}
if is_service_enabled horizon && is_service_enabled taas; then