Merge "Environment to disable workflow_tasks"

This commit is contained in:
Zuul 2018-04-19 08:26:30 +00:00 committed by Gerrit Code Review
commit 8bb987287e
1 changed files with 6 additions and 0 deletions

View File

@ -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