Error occurred while installing openstack : ./stack.sh:137:die

ⅰ亾dé卋堺 提交于 2019-12-06 12:35:32

问题


I tried installing openstack through devstack using the following commands

$ git clone https://github.com/openstack-dev/devstack.git -b stable/havana devstack/

i followed this link to do it.

I try to run stack.sh using:-

 thushara@ubuntu:~/devstack$ ./stack.sh

Result:-

WARNING: this script has not been tested on trusty
[Call Trace]
./stack.sh:137:die

how to set FORCE=yes? How to overcome this error?


回答1:


You can try and set this variable:

FORCE=yes ./stack.sh 


来源:https://stackoverflow.com/questions/25830324/error-occurred-while-installing-openstack-stack-sh137die

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!