Remove unused OS::TripleO::SoftwareDeployment

This resource type is defined but is no longer used.

Change-Id: I58ff22478079cd7f1688a90a6e49a44956ca2b46
This commit is contained in:
Takashi Kajinami 2022-07-05 17:16:46 +09:00
parent 5a741ba973
commit 6312d2b22c
2 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@
{% endfor %}
resource_registry:
OS::TripleO::SoftwareDeployment: config-download-structured.yaml
OS::Heat::SoftwareDeployment: config-download-software.yaml
OS::Heat::StructuredDeployment: config-download-structured.yaml
OS::TripleO::PostDeploySteps: common/post.yaml

View File

@ -253,7 +253,6 @@ DEPLOYMENT_RESOURCE_TYPES = [
'OS::Heat::StructuredDeploymentGroup',
'OS::Heat::SoftwareDeployment',
'OS::Heat::StructuredDeployment',
'OS::TripleO::SoftwareDeployment'
]
CONFIG_RESOURCE_TYPES = [
'OS::Heat::SoftwareConfig',