]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Move Volume polling to check_create_complete()
authorZane Bitter <zbitter@redhat.com>
Wed, 15 May 2013 20:26:09 +0000 (22:26 +0200)
committerZane Bitter <zbitter@redhat.com>
Thu, 16 May 2013 12:42:49 +0000 (14:42 +0200)
commit7f58b1dd7009db07cd7a6016b3d9cbd6089ea91d
treecae78a0d9b98625d84ab2b28133bb17851bb6f39
parent114372ca3d584a32bd46b9328dc7033211591457
Move Volume polling to check_create_complete()

Rather than poll in a loop inside handle_create(), use
check_create_complete() to check the status of the Volume.

Fixes bug #1178578

Change-Id: Icea7154c6e3763c977bd41671f51736c4a366141
heat/engine/resources/volume.py
heat/tests/test_volume.py