diff --git a/docs/devops.rst b/docs/devops.rst index 832bb499cb..71ed7d5453 100644 --- a/docs/devops.rst +++ b/docs/devops.rst @@ -223,6 +223,13 @@ Next, you need to define several variables for the future environment export ISO_PATH= export NODES_COUNT= + +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= .. code-block:: bash