diff --git a/doc/source/contributor/dev-quickstart.rst b/doc/source/contributor/dev-quickstart.rst index 84638c61bc..2a8917dcc0 100644 --- a/doc/source/contributor/dev-quickstart.rst +++ b/doc/source/contributor/dev-quickstart.rst @@ -410,6 +410,13 @@ permissions, but does provide a script to perform the task:: git clone https://opendev.org/openstack/devstack.git devstack sudo ./devstack/tools/create-stack-user.sh +.. note:: + In case you receive an error "Could not determine host ip address. + See local.conf for suggestions on setting HOST_IP", you need to manually + add the main ip of your machine to the localrc file under devstack/ using + the HOST_IP variable, e.g. HOST_IP=YOURIP + This could happen when running devstack on virtual machines. + Switch to the stack user and clone DevStack:: sudo su - stack @@ -427,41 +434,38 @@ hardware type by default:: cd devstack cat >local.conf <