Glance:354 g-api did not start during Devstack Installation
[ERROR] /opt/stack/devstack/lib/glance:364 g-api did not start
The above error was given during the installation of Devstack on a single VM. I have searched this and I am unable to find the fix. Please help.
364 is the line number in /opt/stack/devstack/lib/glance. Check the Glance API log to find out why it didn’t start. If your DevStack is a recent version,
journalctl -u devstack@g-api
. Otherwise, probably /opt/stack/logs/g-api.log.There may also be clues in earlier DevStack installation messages.
+1 .. Seeing the same exception