<div dir="ltr"><div>Hi,<br><br></div>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?<br><div><div><br><br>+ 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"<br>
+ echo 'Waiting for nova-api to start...'<br>Waiting for nova-api to start...<br>+ wait_for_service 60 <a href="http://10.0.2.15:8774">http://10.0.2.15:8774</a><br>+ local timeout=60<br>+ local url=<a href="http://10.0.2.15:8774">http://10.0.2.15:8774</a><br>
+ timeout 60 sh -c 'while ! curl --noproxy '\''*'\'' -s <a href="http://10.0.2.15:8774">http://10.0.2.15:8774</a> >/dev/null; do sleep 1; done'<br>+ die 628 'nova-api did not start'<br>
+ local exitcode=0<br>+ set +o xtrace<br>[Call Trace]<br>./stack.sh:1084:start_nova_api<br>/home/krish/devstack/lib/nova:628:die<br>[ERROR] /home/krish/devstack/lib/nova:628 nova-api did not start<br>krish@krish-VirtualBox:~/devstack$<br clear="all">
<br>-- <br>Krishanu
</div></div></div>