add python-virtualenv to deps, make keystone print to stdout
This commit is contained in:
parent
8bdd48dbdb
commit
f33796e01f
@ -12,3 +12,4 @@ openssh-server
|
|||||||
vim-nox
|
vim-nox
|
||||||
locate # useful when debugging
|
locate # useful when debugging
|
||||||
munin
|
munin
|
||||||
|
python-virtualenv
|
||||||
|
2
stack.sh
2
stack.sh
@ -431,7 +431,7 @@ if [[ "$ENABLED_SERVICES" =~ "g-api" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$ENABLED_SERVICES" =~ "key" ]]; then
|
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
|
while ! wget -q -O- http://127.0.0.1:5000; do
|
||||||
echo "Waiting for keystone to start..."
|
echo "Waiting for keystone to start..."
|
||||||
sleep 1
|
sleep 1
|
||||||
|
Loading…
Reference in New Issue
Block a user