summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-10-19 05:16:54 +0000
committerGerrit Code Review <review@openstack.org>2019-10-19 05:16:54 +0000
commit970e33e637f3965d325640654c30c8fe6b268ec7 (patch)
treecae88e4a9687fd3ba99f169b344a87fa5677519a /setup.cfg
parentb661b7e99e562b82bc7f1eed9b6cf150efe155b4 (diff)
parent17138f6a3805ce3f9b290c603ca9431843ec4fcb (diff)
downloadheat-970e33e637f3965d325640654c30c8fe6b268ec7.tar.gz
Merge "Add Blazar custom constraint plugin"
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 319e8d16c..0500f344c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -108,6 +108,7 @@ heat.constraints =
# service constraints
barbican.container = heat.engine.clients.os.barbican:ContainerConstraint
barbican.secret = heat.engine.clients.os.barbican:SecretConstraint
+ blazar.reservation = heat.engine.clients.os.blazar:ReservationConstraint
cinder.backup = heat.engine.clients.os.cinder:VolumeBackupConstraint
cinder.qos_specs = heat.engine.clients.os.cinder:QoSSpecsConstraint
cinder.snapshot = heat.engine.clients.os.cinder:VolumeSnapshotConstraint