]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Don't inherit from NestedStack
authorZane Bitter <zbitter@redhat.com>
Tue, 15 Jan 2013 12:42:57 +0000 (13:42 +0100)
committerGerrit Code Review <review@openstack.org>
Thu, 17 Jan 2013 10:23:33 +0000 (10:23 +0000)
commit2f98ee47b719f5a92fefb69b056c9e786fde2fbb
tree5e990c11da325f8cbd85a6f46d7e4ffddaff41f6
parent9cc80fc737f01a61e3d1553b145ab6a432f36b54
Don't inherit from NestedStack

The NestedStack class is intended only to be the implementation of the
AWS::CloudFormation::Stack resource type. Other resources whose internal
implementation uses a nested stack should subclass the abstract
StackResource class.

Change-Id: Ic311c220dbf9bdf539d68f4004c8dc14752e057e
Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/engine/resources/dbinstance.py
heat/engine/resources/loadbalancer.py