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:
parent
61b5dee2ad
commit
1d3e97348f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
|||||||
__pycache__
|
__pycache__
|
||||||
dist
|
dist
|
||||||
build
|
build
|
||||||
|
tags
|
||||||
.venv
|
.venv
|
||||||
tests/scenario/.vagrant
|
tests/scenario/.vagrant
|
||||||
.idea
|
.idea
|
||||||
|
@ -41,8 +41,8 @@ function cleanup_freezer_web_ui {
|
|||||||
# executed during: stack install
|
# executed during: stack install
|
||||||
function install_freezer_web_ui {
|
function install_freezer_web_ui {
|
||||||
if is_service_enabled horizon; then
|
if is_service_enabled horizon; then
|
||||||
git_clone $FREEZER_WEB_UI_REPO $FREEZER_WEB_DIR $FREEZER_WEB_UI_BRANCH
|
git_clone $FREEZER_WEB_UI_REPO $FREEZER_WEB_UI_DIR $FREEZER_WEB_UI_BRANCH
|
||||||
setup_develop $FREEZER_API_DIR
|
setup_develop $FREEZER_WEB_UI_DIR
|
||||||
else
|
else
|
||||||
echo "Horizon dashboard disabled. Freezer Web UI will not be installed"
|
echo "Horizon dashboard disabled. Freezer Web UI will not be installed"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user