Add note about explicitly passing env.yaml

When multiple environments are in use, deploy.py will not add env.yaml
by default.  The docs need to make note of this so users aren't
surprised.
This commit is contained in:
Ben Nemec 2017-08-09 12:20:28 -05:00
parent face8894f7
commit b394380ddc

View File

@ -81,6 +81,11 @@ DHCP and PXE booting, the following command could be used::
bin/deploy.py --quintupleo -e env.yaml -e environments/port-security.yaml
.. important:: When deploying with multiple environment files, ``env.yaml``
*must* be explicitly passed to the deploy command.
``deploy.py`` will only default to using ``env.yaml`` if no
environments are specified.
Some options may have additional configuration parameters. These parameters
will be listed in the environment file.