add python-virtualenv to deps, make keystone print to stdout
This commit is contained in:
parent
8bdd48dbdb
commit
f33796e01f
2 changed files with 2 additions and 1 deletions
|
@ -12,3 +12,4 @@ openssh-server
|
|||
vim-nox
|
||||
locate # useful when debugging
|
||||
munin
|
||||
python-virtualenv
|
||||
|
|
2
stack.sh
2
stack.sh
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue