python-tripleoclient/releasenotes/notes/config-download-default-to-true-1423abc46b294938.yaml
James Slagle f88f52b913 Add --stack-only cli arg
--stack-only can also be used to disable the config-download workflow,
and has the same effect as --no-config-download, but with a better name.
The deprecation warning is removed as technically it's not deprecated to
deploy the Heat stack and not use the config-download workflow.

What is deprecated is using the
environments/disable-config-download-environment.yaml environment from
tripleo-heat-templates, and there is a deprecation warning in that file.

Change-Id: I78e9aa9cf4906e7b4e502f781a1ec0d94dfaebde
2018-05-03 17:48:18 -04:00

6 lines
182 B
YAML

---
features:
- Using --config-download is now the default. A new CLI argument,
--no-config-download (or --stack-only) can be used to disable the
config-download workflow.