Merge "Avoid to create $SCREEN_LOGDIR"

This commit is contained in:
Jenkins 2016-02-24 23:00:21 +00:00 committed by Gerrit Code Review
commit 7c349eafc6
1 changed files with 1 additions and 4 deletions

View File

@ -9,10 +9,7 @@ source $DEST/magnum/devstack/lib/magnum
(set -o posix; set)
if is_service_enabled m-api m-cond; then
if [[ "$1" == "stack" && "$2" == "pre-install" ]]; then
echo_summary "Before Installing magnum"
mkdir -p $SCREEN_LOGDIR
elif [[ "$1" == "stack" && "$2" == "install" ]]; then
if [[ "$1" == "stack" && "$2" == "install" ]]; then
echo_summary "Installing magnum"
install_magnum