Remove disable-config-download-environment.yaml

Non config-download deployment method has been
deprecated since rocky. I think it's time remove it.

Change-Id: I42d9bb6cac7b262daee82d82e87c299cdae9a1b9
Partial-Bug: #1832441
This commit is contained in:
Rabi Mishra 2019-06-11 14:24:18 +05:30
parent 691720eec3
commit c8311ecc5f
2 changed files with 8 additions and 6 deletions

View File

@ -1,6 +0,0 @@
# Deprecated as config-download is now the default.
resource_registry:
OS::TripleO::SoftwareDeployment: OS::Heat::StructuredDeployment
OS::TripleO::Ssh::HostPubKey: ../extraconfig/tasks/ssh/host_public_key.yaml
OS::TripleO::Ssh::KnownHostsDeployment: OS::Heat::StructuredDeployments
OS::TripleO::DeploymentSteps: OS::Heat::StructuredDeploymentGroup

View File

@ -0,0 +1,8 @@
---
upgrade:
- |
Removes the environment for deprecated non-config-download workflow.
Now specifying --no-config-download/--stack-only in cli would
create/update the heat stack but would not deploy configurations
on the nodes.