Deprecate templates replaced with config-download

The templates at extraconfig/pre_network/host_config_and_reboot.yaml
(replaced with extraconfig/pre_network/boot-params-service.yaml) and
extraconfig/tasks/ssh/host_public_key.yaml (replaced with the
tripleo-ssh-known-hosts role) are deprecated as they do not
work with config-download. They will be removed in the Stein release.

Change-Id: Ib66873ea4b0d86f12024ec16d788247c071cf3b5
This commit is contained in:
James Slagle 2018-06-04 15:03:45 -04:00
parent 9108e56456
commit 07528b07b2
3 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,7 @@
# DEPRECATED: The following template is deprecated in Queens in favor of
# extraconfig/pre_network/boot-params-service.yaml. This template does not work
# with config-download and will be removed during the Stein release.
heat_template_version: rocky
description: >

View File

@ -1,3 +1,8 @@
# DEPRECATED: The following template is deprecated in Queens in favor of the
# tripleo-ssh-known-hosts from tripleo-common. This template does not work with
# config-download and will be removed from tripleo-heat-templates in the Stein
# release.
heat_template_version: rocky
description: >

View File

@ -0,0 +1,7 @@
---
deprecations:
- The templates at extraconfig/pre_network/host_config_and_reboot.yaml
(replaced with extraconfig/pre_network/boot-params-service.yaml) and
extraconfig/tasks/ssh/host_public_key.yaml (replaced with the
tripleo-ssh-known-hosts role) are deprecated as they do not
work with config-download. They will be removed in the Stein release.