summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',