Remove unused code about FREEZER_WEB_UI_DIR in devstack plugin

Change-Id: I98f0dee1fcf31751c345663886053013b6c8ab0f
This commit is contained in:
lvdongbing 2017-08-31 10:03:22 +08:00
parent 40cb9c28a1
commit 601e54496d
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
}