From 16ffc21da5e0bd6d0d37314e820812ec286c2b34 Mon Sep 17 00:00:00 2001 From: Daniel Pono Takamori Date: Mon, 17 Jun 2019 12:29:30 -0700 Subject: [PATCH] where to find NETWORK-ID and install crudini from package manager Change-Id: Ie009cd1513f8869fcb4c52aa775eefb762c7d091 Signed-off-by: Daniel Takamori --- docs/infra/bootstrap.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/infra/bootstrap.rst b/docs/infra/bootstrap.rst index 0b8a477..3b59384 100644 --- a/docs/infra/bootstrap.rst +++ b/docs/infra/bootstrap.rst @@ -254,7 +254,8 @@ Bootstrap common-packer and initial builder ``jenkins-config/clouds/openstack/cattle/cloud.cfg`` Replace ```` and ```` in the below file - with the details for your cloud. + with the details for your cloud. ```` can be found in + https://dashboard.vexxhost.net/project/networks/ .. code-block:: bash :caption: jenkins-config/clouds/openstack/cattle/cloud.cfg @@ -293,7 +294,8 @@ Bootstrap common-packer and initial builder .. note:: - This step requires ``crudini`` tool, install if necessary. + This step requires ``crudini`` tool, install from your package manager + to avoid python 2 vs 3 problems in your virtualenv. .. note:: -- 2.16.6