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?

tk_
  • 16,415
  • 8
  • 80
  • 90

1 Answers1

19

You can try and set this variable:

FORCE=yes ./stack.sh 
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • thanks for the prompt reply and it helped me a lot! but i uncounted another error please be kind enough to support that question as well. http://stackoverflow.com/questions/25832153/error-occurred-while-installing-openstack-after-setting-force-yes – tk_ Sep 14 '14 at 10:13