2

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?

4

1 回答 1

18

您可以尝试设置此变量:

FORCE=yes ./stack.sh 
于 2014-09-14T08:12:47.273 回答