diff options
author | Zane Bitter <zbitter@redhat.com> | 2016-12-16 10:29:43 -0500 |
---|---|---|
committer | Zane Bitter <zbitter@redhat.com> | 2016-12-16 12:04:42 -0500 |
commit | 626d7fc540976fc8cdbdcf848f0bc2bb93776b40 (patch) | |
tree | 572b130319a09389b7ecb007e9a7bdf8fc25e1a2 /setup.cfg | |
parent | c0f051b7e0feb4a4d26748f38d62dfc01085591c (diff) | |
download | heat-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.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 = |