summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorrabi <ramishra@redhat.com>2018-01-03 14:22:17 +0530
committerrabi <ramishra@redhat.com>2018-01-23 13:03:55 +0530
commit946c576026f1ecaaed81ec74e44d94b24f9b6fbf (patch)
tree7d57424b0b4a0c82f2bb20ce58d16f359cb73309 /setup.cfg
parentcab4258cc80ea79c34096f94318f88a9a6a90210 (diff)
downloadheat-946c576026f1ecaaed81ec74e44d94b24f9b6fbf.tar.gz
Add octavia L7Rule Resource
This also adds releasenotes for the newly added resources. Change-Id: Ibaa618d14ea06f6ed2b2fc81d8d3ef270ee16a36 Closes-bug: #1737567
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 1e73bdec9..935093d17 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -150,6 +150,7 @@ heat.constraints =
nova.server = heat.engine.clients.os.nova:ServerConstraint
octavia.listener = heat.engine.clients.os.octavia:ListenerConstraint
octavia.loadbalancer = heat.engine.clients.os.octavia:LoadbalancerConstraint
+ octavia.l7policy = heat.engine.clients.os.octavia:L7PolicyConstraint
octavia.pool = heat.engine.clients.os.octavia:PoolConstraint
sahara.cluster = heat.engine.clients.os.sahara:ClusterConstraint
sahara.cluster_template = heat.engine.clients.os.sahara:ClusterTemplateConstraint