summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorZane Bitter <zbitter@redhat.com>2016-12-16 10:29:43 -0500
committerZane Bitter <zbitter@redhat.com>2016-12-16 12:04:42 -0500
commit626d7fc540976fc8cdbdcf848f0bc2bb93776b40 (patch)
tree572b130319a09389b7ecb007e9a7bdf8fc25e1a2 /setup.cfg
parentc0f051b7e0feb4a4d26748f38d62dfc01085591c (diff)
downloadheat-626d7fc540976fc8cdbdcf848f0bc2bb93776b40.tar.gz
Add a zaqar.queue custom constraint
This doesn't actually do anything, because any string is a valid queue name (the queue will be created automatically when you interact with it), but it at least allows us to annotate resource properties to indicate their type. Change-Id: Iff321ca8d8565f48e04a80b05e3f9610a6346737
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index d6684d2cf..41234417c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -144,6 +144,7 @@ heat.constraints =
senlin.profile = heat.engine.clients.os.senlin:ProfileConstraint
senlin.profile_type = heat.engine.clients.os.senlin:ProfileTypeConstraint
trove.flavor = heat.engine.clients.os.trove:FlavorConstraint
+ zaqar.queue = heat.engine.clients.os.zaqar:QueueConstraint
heat.stack_lifecycle_plugins =