简体   繁体   English

DevStack放置api无法启动

[英]DevStack placement-api did not start

I'm trying to install DevStack (stable/stein) in Ubuntu 18.04. 我正在尝试在Ubuntu 18.04中安装DevStack(stable / stein)。 I have installed python 3.6.8. 我已经安装了python 3.6.8。 I'm getting timeout issue and saying that placement-api did not start. 我遇到超时问题,并说Placement-api没有启动。

DevStack控制台日志

DevStack控制台日志

Is there any worker round for this ? 是否有任何工人回合?

This happen because of several runs of ./stack.sh and didn't clean the environment after using it. 这是由于多次运行./stack.sh而导致的,并且在使用后未清理环境。 To overcome this problem we need to clean /etc/apache2/site-enable and /etc/apache2/site-available folders and run ./unstack.sh. 为了克服这个问题,我们需要清理/ etc / apache2 / site-enable和/ etc / apache2 / site-available文件夹并运行./unstack.sh。 After that we can run ./stack.sh 之后,我们可以运行./stack.sh

Thanks ! 谢谢 !

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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