+ screen -S stack -p key -X stuff 'cd /opt/stack/keystone && /opt/stack/keystone/bin/keystone-all --config-file /etc/keystone/keystone.conf --log-config /etc/keystone/logging.conf -d --debug || echo "key failed to start" | tee "/opt/stack/s'atus/stack/key.failure"
+ echo 'Waiting for keystone to start...'
Waiting for keystone to start...
+ timeout 60 sh -c 'while ! curl --noproxy '\''*'\'' -s http://10.0.2.15:5000/v2.0/ >/dev/null; do sleep 1; done'
+ die 376 'keystone did not start'
+ local exitcode=0
+ set +o xtrace
[Call Trace]
./stack.sh:859:start_keystone
/home/vagrant/devstack/lib/keystone:376:die
[ERROR] /home/vagrant/devstack/lib/keystone:376 keystone did not start