pythonopenstackdevstack

DevStack placement-api did not start


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 ?


Solution

  • 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 !