]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Detach Volumes from an Instance in parallel
authorZane Bitter <zbitter@redhat.com>
Fri, 24 May 2013 08:31:27 +0000 (10:31 +0200)
committerZane Bitter <zbitter@redhat.com>
Fri, 24 May 2013 08:31:27 +0000 (10:31 +0200)
commit23fdd3b9dfd920f61f4592361bd73e7934337a5c
treea32079fdbef2e20f237e5978a82e1b5ecc6c1911
parent0d00d02c1eaea087adc36e143f646c0af4acb2de
Detach Volumes from an Instance in parallel

Use a PollingTaskGroup to ensure that if there are multiple Volumes
attached to an Instance they are detached in parallel rather than serially.

Change-Id: Ice399ae495af75558f2f8b1b1dc330d0b556a269
heat/engine/resources/instance.py