add python-virtualenv to deps, make keystone print to stdout

This commit is contained in:
Anthony Young 2011-09-22 00:14:12 -07:00
parent 8bdd48dbdb
commit f33796e01f
2 changed files with 2 additions and 1 deletions

View File

@ -12,3 +12,4 @@ openssh-server
vim-nox
locate # useful when debugging
munin
python-virtualenv

View File

@ -431,7 +431,7 @@ if [[ "$ENABLED_SERVICES" =~ "g-api" ]]; then
fi
if [[ "$ENABLED_SERVICES" =~ "key" ]]; then
screen_it key "cd $KEYSTONE_DIR && $KEYSTONE_DIR/bin/keystone --config-file $KEYSTONE_CONF"
screen_it key "cd $KEYSTONE_DIR && $KEYSTONE_DIR/bin/keystone --config-file $KEYSTONE_CONF -d"
while ! wget -q -O- http://127.0.0.1:5000; do
echo "Waiting for keystone to start..."
sleep 1