Error occurred while installing openstack : ./stac

2019-04-17 10:25发布

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条回答
Melony?
2楼-- · 2019-04-17 11:20

You can try and set this variable:

FORCE=yes ./stack.sh 
查看更多
登录 后发表回答