]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Make swift FnGetAtt fault tolerant and block less
authorSteve Baker <sbaker@redhat.com>
Tue, 26 Mar 2013 21:02:31 +0000 (10:02 +1300)
committerSteve Baker <sbaker@redhat.com>
Tue, 26 Mar 2013 21:27:42 +0000 (10:27 +1300)
commit4f953f4e8815f00bb3d0ebbfd68338bd668be133
tree7d070a31746a866c72a5c42ed460572509e98ab7
parent84ba8f8ef9ca0b9c53817f387e568a71ab2d4cf8
Make swift FnGetAtt fault tolerant and block less

head_container is now only called for required attributes
and will tolerate failure if there is an issue with the underlying
container.

This was preventing deleting of stacks with swift resources.

Possibly this is eligible for backporting to milestone-proposed.

Change-Id: I2f489126957f11924943955a7f63a2ebc45f1911
Fixes: bug #1160584
heat/engine/resources/swift.py