summaryrefslogtreecommitdiff
path: root/heat/tests/common.py
diff options
context:
space:
mode:
authorBryan Jones <jonesbr@us.ibm.com>2015-10-07 20:15:18 +0000
committerBryan Jones <jonesbr@us.ibm.com>2015-11-06 16:09:55 +0000
commit748b8c96f3e4b858854dd49c9d1981127b4fc46e (patch)
treecbeb81ab319c0a56572fcfea7f7cba9643d5a87a /heat/tests/common.py
parent7f33380327c9bf5d44d9e36404c152409f2e6f2f (diff)
downloadheat-748b8c96f3e4b858854dd49c9d1981127b4fc46e.tar.gz
LBaaS v2 custom constraints
Add custom constraints for LBaaS v2 resources, and update the resources to include these constraints where needed. blueprint: lbaasv2-suport Change-Id: Id87fab6af9fc6009c721dbc1456908d73d234438
Diffstat (limited to 'heat/tests/common.py')
-rw-r--r--heat/tests/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/tests/common.py b/heat/tests/common.py
index 4f283c406..7318fac79 100644
--- a/heat/tests/common.py
+++ b/heat/tests/common.py
@@ -29,7 +29,7 @@ from heat.common import policy
from heat.engine.clients.os import cinder
from heat.engine.clients.os import glance
from heat.engine.clients.os import keystone
-from heat.engine.clients.os import neutron
+from heat.engine.clients.os.neutron import neutron_constraints as neutron
from heat.engine.clients.os import nova
from heat.engine.clients.os import sahara
from heat.engine.clients.os import trove