]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Recent changes to SolidFire API changed iqn format
authorJohn Griffith <john.griffith@solidfire.com>
Sat, 8 Sep 2012 16:40:55 +0000 (10:40 -0600)
committerJohn Griffith <john.griffith@solidfire.com>
Sat, 8 Sep 2012 16:44:17 +0000 (10:44 -0600)
commit60608360e0e052492a4352df015c177e6483bec0
tree827f6bb7f22443ca5016c5a8f5c39f422f8028bc
parent43bc69336b10e357c4b8a8d802bfaf9e4a29157a
Recent changes to SolidFire API changed iqn format

 The SF API initially didn't supply the in prefix so we
 formed it manually in the OpenStack driver.

 This has been fixed in the API so we dropped the manual
 build of the prefix in volume create.  Unfortunatly missed
 the same case needed in create-from-snapshot.

 Going forward we're adding running integration tests against
 SF to catch this sort of thing.

Change-Id: I7107537d586f0a7c457dcbabfc90e1bc081d28d2
cinder/volume/solidfire.py