Browse Source
Adds an optional environment that can be used to disable workflow_tasks by mapping OS::Mistral resources to None. This environment can be used by CI so that the updated ceph jobs (I757be222143e41392b474d6b20c7a7b7df4537de) can be converted to external_deploy_tasks, but the existing workflow_tasks can be temporarily disabled until they are removed from the templates. Change-Id: Ib39313712ea03e5562e7b19875c178e9c8dfef54changes/39/561739/1
1 changed files with 6 additions and 0 deletions
@ -0,0 +1,6 @@
|
||||
# This environment can be used to optionally disable the mistral workflow_tasks |
||||
# by mapping OS::Mistral resources to None. |
||||
|
||||
resource_registry: |
||||
OS::Mistral::Workflow: OS::Heat::None |
||||
OS::Mistral::ExternalResource: OS::Heat::None |
Loading…
Reference in new issue