tripleo-heat-templates/releasenotes/notes/config-download-default-to-true-2331debd56c396eb.yaml
James Slagle f44e8d7bd2 Switch to config-download by default
Updates overcloud-resource-registry.j2.yaml to include the mappings from
enviornments/config-download-environment.yaml. This enables
config-download by default. The environment to explicitly enable
config-download is deprecated.

An environment at environments/disable-config-download.yaml is added
which can be used to disable config-download but is marked as
deprecated.

Change-Id: I8389a0c48e1aa610fdc6a8580516889340883034
implements: blueprint config-download-default
2018-04-25 09:42:13 -04:00

11 lines
472 B
YAML

---
features:
- The mappings from environments/config-download-environment.yaml are now
included by default in overcloud-resource-registry.j2.yaml. config-download
is now the default way of deploying. An environment at
environments/disable-config-download.yaml is added to enable the previous
method, but that method is deprecated.
deprecations:
- environments/disable-config-download.yaml can be used to disable
config-download but is deprecated.