Fixed freezer-web-ui directory when install

fixed install script about freezer-web-ui.

add tags in the .gitignore.

Change-Id: Icf61467aff3ebebdf9500441da26defd55b81eb6
Closes-Bug: #1557289
This commit is contained in:
Jin Nan Zhang 2016-03-15 07:50:46 -04:00
parent 61b5dee2ad
commit 1d3e97348f
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
__pycache__
dist
build
tags
.venv
tests/scenario/.vagrant
.idea

View File

@ -41,8 +41,8 @@ function cleanup_freezer_web_ui {
# executed during: stack install
function install_freezer_web_ui {
if is_service_enabled horizon; then
git_clone $FREEZER_WEB_UI_REPO $FREEZER_WEB_DIR $FREEZER_WEB_UI_BRANCH
setup_develop $FREEZER_API_DIR
git_clone $FREEZER_WEB_UI_REPO $FREEZER_WEB_UI_DIR $FREEZER_WEB_UI_BRANCH
setup_develop $FREEZER_WEB_UI_DIR
else
echo "Horizon dashboard disabled. Freezer Web UI will not be installed"
fi