~ubuntu-branches/ubuntu/trusty/heat/trusty-security

« back to all changes in this revision

Viewing changes to heat/engine/update.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-10-03 09:43:04 UTC
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: package-import@ubuntu.com-20131003094304-zhhr2brapzlpvjmm
Tags: upstream-2013.2~rc1
ImportĀ upstreamĀ versionĀ 2013.2~rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
        try:
66
66
            yield update()
67
67
        finally:
68
 
            prev_deps = self.previous_stack._get_dependencies(
69
 
                self.previous_stack.resources.itervalues())
70
 
            self.previous_stack.dependencies = prev_deps
 
68
            self.previous_stack.reset_dependencies()
71
69
 
72
70
    def _resource_update(self, res):
73
71
        if res.name in self.new_stack and self.new_stack[res.name] is res: