Advertisement
Guest User

Untitled

a guest
May 20th, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. Waiting for nova-api to start...
  2. + wait_for_service 60 http://10.xxx.xxx.xx:8774
  3. + local timeout=60
  4. + local url=http://10.xxx.xxx.xx:8774
  5. + timeout 60 sh -c 'while ! curl --noproxy '\''*'\'' -s http://10.xxx.xxx.xx:8774 >/dev/null; do sleep 1; done'
  6. + die 610 'nova-api did not start'
  7. + local exitcode=0
  8. + set +o xtrace
  9. [Call Trace]
  10. ./stack.sh:1085:start_nova_api
  11. /opt/stack/devstack/lib/nova:610:die
  12. [ERROR] /opt/stack/devstack/lib/nova:610 nova-api did not start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement