简体   繁体   中英

Devstack installation error(Nova-api did not start)

Plase help .Stuck here

+ screen -S stack -p n-api -X stuff 'cd /opt/stack/nova && /opt/stack/nova/bin/nova-api & echo $! 
>/opt/stack/stat's/stack/n-api.pid; fg || echo "n-api failed to start" | tee "/opt/stack/status/stack/n-api.failure"
./stack.sh:1085:start_nova_api
/home/devstack/lib/nova:610:die
[ERROR] /home/devstack/lib/nova:610 nova-api did not start

I faced the same issue and I solved it by removing the nova folder.

sudo rm -rf /opt/stack/nova.

If that's not working, also try,

sudo apt-get purge python-paste python-pastedeploy sudo apt-get install python-paste python-pastedeploy

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM