Change-Id: Ie009cd1513f8869fcb4c52aa775eefb762c7d091
Signed-off-by: Daniel Takamori <dtakamori@contractor.linuxfoundation.org>
``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
.. 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::