where to find NETWORK-ID and install crudini from package manager 13/15913/1
authorDaniel Pono Takamori <dtakamori@contractor.linuxfoundation.org>
Mon, 17 Jun 2019 19:29:30 +0000 (12:29 -0700)
committerDaniel Pono Takamori <dtakamori@contractor.linuxfoundation.org>
Mon, 17 Jun 2019 19:29:30 +0000 (12:29 -0700)
Change-Id: Ie009cd1513f8869fcb4c52aa775eefb762c7d091
Signed-off-by: Daniel Takamori <dtakamori@contractor.linuxfoundation.org>
docs/infra/bootstrap.rst

index 0b8a477..3b59384 100644 (file)
@@ -254,7 +254,8 @@ Bootstrap common-packer and initial builder
       ``jenkins-config/clouds/openstack/cattle/cloud.cfg``
 
       Replace ``<BUILD_IMAGE_NAME>`` and ``<NETWORK_ID>`` in the below file
-      with the details for your cloud.
+      with the details for your cloud. ``<NETWORK_ID>`` 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::