Merge "Remove unused code about FREEZER_WEB_UI_DIR in devstack plugin"

This commit is contained in:
Jenkins 2017-10-10 03:09:30 +00:00 committed by Gerrit Code Review
commit c9fc438868
1 changed files with 0 additions and 4 deletions

View File

@ -62,10 +62,6 @@ function init_freezer_web_ui {
sudo cp $FREEZER_WEB_UI_FILES/_5050_freezer.py.template $dashboard_enabled_5050_freezer_py
sudo sed -e "
s|%FREEZER_WEB_UI_DIR%|$FREEZER_WEB_UI_DIR|g
" -i $dashboard_enabled_5050_freezer_py
fi
}