]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Use correct actions for StackResource
authorZane Bitter <zbitter@redhat.com>
Mon, 12 Aug 2013 14:55:36 +0000 (16:55 +0200)
committerZane Bitter <zbitter@redhat.com>
Mon, 12 Aug 2013 14:55:36 +0000 (16:55 +0200)
commitf117580efce5f82ad7ecadbdb553ef186beae0d9
tree29530f4095546b34ff9b00c96b189ec67fc479bd
parent45e1a50181246ce877301fbb710cabf70492a5c1
Use correct actions for StackResource

To perform actions on a stack, we should use the action constants defined
in the Stack, not in another object (and especially not in a Resource).

Change-Id: I3044f6286fc2690c121a3446f42a6896b3ed3271
heat/engine/stack_resource.py