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

12,299

You can try and set this variable:

FORCE=yes ./stack.sh 
Share:
12,299
tk_
Author by

tk_

I'm just another developer from Sri Lanka. :) My humble contribution has impacted(people reached) more than 15 Million developers to save their time. Which is almost 0.2% of the world population and 7% of the IT professionals in the world. :') Top 100 users in Singapore #SOreadytohelp

Updated on June 14, 2022

Comments

  • tk_
    tk_ almost 2 years

    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_
    tk_ over 9 years
    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. stackoverflow.com/questions/25832153/…