summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-01-08 20:02:27 +0000
committerGerrit Code Review <review@openstack.org>2013-01-08 20:02:27 +0000
commit03a5e0061e3650767ceebdcaba8fe495b1e67baa (patch)
tree6b098ea92ab597f55d49015b3b554ad2b38a1828
parent5fedcd1ce0dac22a947bd1c6d306ef58fb377145 (diff)
parentc975a0e005612133a8188fa7490f6c3ff1899027 (diff)
downloadheat-03a5e0061e3650767ceebdcaba8fe495b1e67baa.tar.gz
Merge "heat engine : LoadBalancer resource delete nested stack"grizzly-2
-rw-r--r--heat/engine/resources/loadbalancer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/engine/resources/loadbalancer.py b/heat/engine/resources/loadbalancer.py
index 2d5fea7c3..e690739eb 100644
--- a/heat/engine/resources/loadbalancer.py
+++ b/heat/engine/resources/loadbalancer.py
@@ -153,7 +153,7 @@ lb_template = '''
# file at the moment this is because we will probably need to implement a
# LoadBalancer based on keepalived as well (for for ssl support).
#
-class LoadBalancer(stack.Stack):
+class LoadBalancer(stack.NestedStack):
listeners_schema = {
'InstancePort': {'Type': 'Number',