OpenStack - Could not determine host ip address. See local.conf for suggestions on setting HOST_IP | DevStack #linuxtopic
Error :
Could not determine host ip address. See local.conf for suggestions on setting HOST_IP.

Cases:
Solution:
When we cheked the
Error 2: [ERROR]
/opt/stack/devstack/functions:612 Invalid path permissions
Solution:
In my case /opt/stack is home and clone the
devstack code in this directory when I checked its permission 700 and we are
getting permission issue
For resolution I set the permission 774 on
/opt/stack
Leave a Comment