Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Waiting for nova-api to start...
- + wait_for_service 60 http://10.xxx.xxx.xx:8774
- + local timeout=60
- + local url=http://10.xxx.xxx.xx:8774
- + timeout 60 sh -c 'while ! curl --noproxy '\''*'\'' -s http://10.xxx.xxx.xx:8774 >/dev/null; do sleep 1; done'
- + die 610 'nova-api did not start'
- + local exitcode=0
- + set +o xtrace
- [Call Trace]
- ./stack.sh:1085:start_nova_api
- /opt/stack/devstack/lib/nova:610:die
- [ERROR] /opt/stack/devstack/lib/nova:610 nova-api did not start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement