f44e8d7bd2
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
11 lines
472 B
YAML
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.
|