]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Catch 404s when deleting quantum resources.
authorSteve Baker <sbaker@redhat.com>
Mon, 11 Feb 2013 01:34:32 +0000 (14:34 +1300)
committerSteve Baker <sbaker@redhat.com>
Mon, 11 Feb 2013 03:36:43 +0000 (16:36 +1300)
commit0104c7ba5c89c5991ed9437e394e050c14ed1291
treedfa565f0c2228475c6f388568afa2633d62c6936
parent84baf14fa5b72a37baef2b4625802a2aa1ef9b95
Catch 404s when deleting quantum resources.

Quantum resources are often automatically deleted when their
dependencies are deleted, so resource deletion needs to tolerate
the resource no longer being there.

Change-Id: Id2679a7b72b83f05c1ebac07305ae9a5e5923df9
heat/engine/resources/quantum/floatingip.py
heat/engine/resources/quantum/net.py
heat/engine/resources/quantum/port.py
heat/engine/resources/quantum/router.py
heat/engine/resources/quantum/subnet.py
heat/engine/resources/vpc.py