Clarify doc about ENV_NAME

Change-Id: I9ecdf9536175f07af51e7b2c09e0c04bea63df1e
Closes-Bug: #1469743
This commit is contained in:
Daniele Pizzolli 2015-06-29 16:35:56 +02:00
parent 48d09eb09f
commit debdac2f8b
1 changed files with 7 additions and 0 deletions

View File

@ -223,6 +223,13 @@ Next, you need to define several variables for the future environment
export ISO_PATH=<path_to_iso>
export NODES_COUNT=<number_nodes>
Optionally you can specify the name of your test environment (it will
be used as a prefix for the domains and networks names created by
libvirt, defaults is =fuel_system_test=)
.. code-block:: bash
export ENV_NAME=<name_of_env>
.. code-block:: bash