Merge "Fix incorrect status for volume clone from image"

This commit is contained in:
Jenkins 2013-05-30 16:53:21 +00:00 committed by Gerrit Code Review
commit 76062be494

View File

@ -296,8 +296,7 @@ class VolumeManager(manager.SchedulerDependentManager):
volume_ref['id'],
snapshot_id)
if image_id and not cloned:
if image_meta:
if image_id and image_meta:
# Copy all of the Glance image properties to the
# volume_glance_metadata table for future reference.
self.db.volume_glance_metadata_create(context,