From da88ce8cdd0965b08051803161013e3e5857f109 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Fri, 26 Mar 2021 12:13:14 +0100 Subject: [PATCH] Update basic local.conf for quickstart Updating the local.conf example basic configuration for development quickstart based on recent updates. This has been tested on ubuntu focal, current base opearting system used for CI jobs. Change-Id: I102bef55bef1c944991fbcba7547cd51c03fc7be --- doc/source/contributor/dev-quickstart.rst | 66 +++++++++++++---------- 1 file changed, 38 insertions(+), 28 deletions(-) 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 <