Merge "heat engine : LoadBalancer resource delete nested stack"

This commit is contained in:
Jenkins 2013-01-08 20:02:27 +00:00 committed by Gerrit Code Review
commit 03a5e0061e
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ lb_template = '''
# file at the moment this is because we will probably need to implement a # file at the moment this is because we will probably need to implement a
# LoadBalancer based on keepalived as well (for for ssl support). # LoadBalancer based on keepalived as well (for for ssl support).
# #
class LoadBalancer(stack.Stack): class LoadBalancer(stack.NestedStack):
listeners_schema = { listeners_schema = {
'InstancePort': {'Type': 'Number', 'InstancePort': {'Type': 'Number',