Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 749
tk_ Avatar asked Jun 13 '26 10:06

tk_


1 Answers

You can try and set this variable:

FORCE=yes ./stack.sh 
like image 137
VonC Avatar answered Jun 14 '26 23:06

VonC