summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRabi Mishra <ramishra@redhat.com>2015-11-29 12:14:44 +0530
committerRabi Mishra <ramishra@redhat.com>2015-12-02 19:35:13 +0530
commit3d75cc8d0cbcb8bea54cc6fba82a015fb5ebf29a (patch)
treeb4155f176acf2041155bb8f720c01ad34c4295c7 /setup.cfg
parent892d09469b7cb16ee518331b8653c524f5fba895 (diff)
downloadheat-3d75cc8d0cbcb8bea54cc6fba82a015fb5ebf29a.tar.gz
Add neutron address_scope constraint
This patch adds neutron.address_scope custom constraint. Change-Id: Iae2abc9368a5346719e8022e3111d526f7c9401a
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 4c99056cb..3267d8deb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -77,6 +77,7 @@ heat.constraints =
nova.flavor = heat.engine.clients.os.nova:FlavorConstraint
nova.host = heat.engine.clients.os.nova:HostConstraint
nova.network = heat.engine.clients.os.nova:NetworkConstraint
+ neutron.address_scope = heat.engine.clients.os.neutron.neutron_constraints:AddressScopeConstraint
neutron.network = heat.engine.clients.os.neutron.neutron_constraints:NetworkConstraint
neutron.port = heat.engine.clients.os.neutron.neutron_constraints:PortConstraint
neutron.router = heat.engine.clients.os.neutron.neutron_constraints:RouterConstraint