2

I'm trying to install DevStack (stable/stein) in Ubuntu 18.04. I have installed python 3.6.8. I'm getting timeout issue and saying that placement-api did not start.

DevStack console log

DevStack console log

Is there any worker round for this ?

Manula Thantriwatte
  • 316
  • 1
  • 4
  • 18
  • After getting the error I run ./unstack.sh and ./clean.sh. Now I'm getting g-api didn't start error. ./stack.sh:1261:start_glance /opt/stack/devstack/lib/glance:353:die [ERROR] /opt/stack/devstack/lib/glance:353 g-api did not start Error on exit – Manula Thantriwatte Jul 09 '19 at 05:49

1 Answers1

1

This happen because of several runs of ./stack.sh and didn't clean the environment after using it. To overcome this problem we need to clean /etc/apache2/site-enable and /etc/apache2/site-available folders and run ./unstack.sh. After that we can run ./stack.sh

Thanks !

Manula Thantriwatte
  • 316
  • 1
  • 4
  • 18