]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add ability to specify SolidFire API version
authorMathieu Gagné <mgagne@iweb.com>
Tue, 9 Jul 2013 01:11:59 +0000 (21:11 -0400)
committerMathieu Gagné <mgagne@iweb.com>
Tue, 9 Jul 2013 01:11:59 +0000 (21:11 -0400)
commit7497e40dce59cfc66e2d1ce7468843bc7949c770
tree1979cac82a584faf960c734ffde920b6574d1619
parente95839466898e5606263721887633b2f66a360c0
Add ability to specify SolidFire API version

This change is required for future works in the SolidFire driver.
New SolidFire features (such as extend) are only available in
the latest version of the SolidFire API.

Default to '1.0' for backward compatibility. SolidFire still supports
the '1.0' version in its latest release.

Change-Id: I93590ab297d746d65a58f9166d160d0c1d833014
cinder/tests/test_solidfire.py
cinder/volume/drivers/solidfire.py