]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Pass in correct volume_ref to create_from_snapshot.
authorJohn Griffith <john.griffith@solidfire.com>
Tue, 20 Nov 2012 00:50:27 +0000 (00:50 +0000)
committerJohn Griffith <john.griffith@solidfire.com>
Tue, 20 Nov 2012 00:52:38 +0000 (00:52 +0000)
commit55c09da1b0ff4e2a147b07fcfa986a76815c7703
treee99917d0c068cc6567d4c021166085554cfe9937
parenta8f838177748a3bb371468ff6bc65f29ad0e1c7c
Pass in correct volume_ref to create_from_snapshot.

The new rpc versioning change introduced a bug in the
create_from_snapshot code.  The originating volume_ref
was being passed in instead of the newly created volume_ref
as expected.

Fixes bug 1080898

Change-Id: I6ba4f4989c77e29685abb2649af8e003c447ab0f
cinder/volume/api.py