2014-07-08 10:14:13.930 | + screen -S stack -p key -X stuff 'cd /opt/stack/keystone && /opt/stack/keystone/bin/keystone-all --config-file /etc/keystone/keystone.conf --debug & echo $! >/opt/stack/status/stack/key.pid; fg || echo "key failed to start" | tee "/opt/stack/status/stack/key.failure"' 2014-07-08 10:14:13.935 | + echo 'Waiting for keystone to start...' 2014-07-08 10:14:13.936 | Waiting for keystone to start... 2014-07-08 10:14:13.936 | + timeout 60 sh -c 'while ! curl --noproxy '\''*'\'' -k -s http://192.168.27.100:5000/v2.0/ >/dev/null; do sleep 1; done' 2014-07-08 10:15:13.941 | + die 475 'keystone did not start' 2014-07-08 10:15:13.942 | + local exitcode=0 2014-07-08 10:15:13.942 | [Call Trace] 2014-07-08 10:15:13.942 | stack.sh:937:start_keystone 2014-07-08 10:15:13.942 | /home/vagrant/devstack/lib/keystone:475:die 2014-07-08 10:15:13.945 | [ERROR] /home/vagrant/devstack/lib/keystone:475 keystone did not start 2014-07-08 10:15:14.948 | Error on exit