Merge "Remove duplicate debug option from keystone-all"

This commit is contained in:
Jenkins 2013-12-20 00:49:15 +00:00 committed by Gerrit Code Review
commit 03af3f1802

View File

@ -403,7 +403,7 @@ function start_keystone() {
screen_it key "cd $KEYSTONE_DIR && sudo tail -f /var/log/$APACHE_NAME/keystone"
else
# Start Keystone in a screen window
screen_it key "cd $KEYSTONE_DIR && $KEYSTONE_DIR/bin/keystone-all --config-file $KEYSTONE_CONF $KEYSTONE_LOG_CONFIG -d --debug"
screen_it key "cd $KEYSTONE_DIR && $KEYSTONE_DIR/bin/keystone-all --config-file $KEYSTONE_CONF $KEYSTONE_LOG_CONFIG --debug"
fi
echo "Waiting for keystone to start..."