[openstack-dev] [Heat] Too long stack delete method.
Zane Bitter
zbitter at redhat.com
Wed Aug 6 14:50:56 UTC 2014
On 06/08/14 10:37, Anant Patil wrote:
> Hi,
>
> I see that the stack delete method is too long to comprehend easily
> without going to-and-fro few times. I think we should refactor it and
> move out the "UpdateReplace" related logic for backup stack to another
> method. We can also move the user credentials deletion related logic to
> another method. With this we will can have more testable (each method
> can be tested independently) and lucid code.
>
> Don't know if someone has already taken it. I am sure the refactor will
> be helpful.
When the current update-failure-recovery stuff I am working on is done
we're going to have the same bug with updates that this code is solving
for deletes. So I was expecting to do some refactoring along these lines
anyway.
BTW, I suggest you put [Heat] in the subject line when posting to
openstack-dev if you want Heat developers to see it.
cheers,
Zane.
More information about the OpenStack-dev
mailing list