Error in running ./stack.sh in devstack

ss22ever picture ss22ever · Sep 13, 2017 · Viewed 8.7k times · Source

When I try to do ./stack.sh after the call trace I am provide with the following error :

`[Call Trace]
 ./stack.sh:217:source
 /home/work/devstack/stackrc:821:die
 [ERROR] /home/suramya/devstack/stackrc:821 Could not determine host ip address. See local.conf for suggestions on setting HOST_IP.

`

Answer

Sid picture Sid · Sep 14, 2017

After cloning:

  • cd devstack/
  • cp samples/local.conf .
  • Edit the local.conf by adding the setting the HOST_IP of your machine on which devstack is being installed.