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:
parent
face8894f7
commit
b394380ddc
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user