[openstack-dev] nova-api fails to start

Noorul Islam K M noorul at noorul.com
Thu Nov 7 12:14:38 UTC 2013


Krishanu Dhar <rony.kris at gmail.com> writes:

> Hi,
>
> I was trying to install the devstack and it failed while starting the nova
> api. below is a snippet from the console. Is it a bug?
>
>
> + screen -S stack -p n-api -X stuff 'cd /opt/stack/nova &&
> /usr/local/bin/nova-a'i || echo "n-api failed to start" | tee
> "/opt/stack/status/stack/n-api.failure"
> + echo 'Waiting for nova-api to start...'
> Waiting for nova-api to start...
> + wait_for_service 60 http://10.0.2.15:8774
> + local timeout=60
> + local url=http://10.0.2.15:8774
> + timeout 60 sh -c 'while ! curl --noproxy '\''*'\'' -s
> http://10.0.2.15:8774 >/dev/null; do sleep 1; done'
> + die 628 'nova-api did not start'
> + local exitcode=0
> + set +o xtrace
> [Call Trace]
> ./stack.sh:1084:start_nova_api
> /home/krish/devstack/lib/nova:628:die
> [ERROR] /home/krish/devstack/lib/nova:628 nova-api did not start
> krish at krish-VirtualBox:~/devstack$

Did you try "screen -x stack" ?

Regards,
Noorul



More information about the OpenStack-dev mailing list