Browse code

Merge "Remove duplicate debug option from keystone-all"

Jenkins authored on 2013/12/20 09:49:15
Showing 1 changed files
... ...
@@ -403,7 +403,7 @@ function start_keystone() {
403 403
         screen_it key "cd $KEYSTONE_DIR && sudo tail -f /var/log/$APACHE_NAME/keystone"
404 404
     else
405 405
         # Start Keystone in a screen window
406
-        screen_it key "cd $KEYSTONE_DIR && $KEYSTONE_DIR/bin/keystone-all --config-file $KEYSTONE_CONF $KEYSTONE_LOG_CONFIG -d --debug"
406
+        screen_it key "cd $KEYSTONE_DIR && $KEYSTONE_DIR/bin/keystone-all --config-file $KEYSTONE_CONF $KEYSTONE_LOG_CONFIG --debug"
407 407
     fi
408 408
 
409 409
     echo "Waiting for keystone to start..."