Merge "Fix a bug of doing devstack installation on CentOS"

This commit is contained in:
Jenkins 2016-12-07 17:45:20 +00:00 committed by Gerrit Code Review
commit 0e0cbd6d3b
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ function add_jdk7_rep {
# executed during: stack install
function install_freezer_api {
if [[ is_ubuntu ]]; then
if is_ubuntu; then
add_jdk7_rep
fi
git_clone $FREEZER_API_REPO $FREEZER_API_DIR $FREEZER_API_BRANCH