From: John Griffith Date: Tue, 2 Jun 2015 16:14:03 +0000 (-0600) Subject: Bump SolidFire version number X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=305efac586560f8d63f1a21233ef6c7a3d0a42d6;p=openstack-build%2Fcinder-build.git Bump SolidFire version number Should have bumped version in this commit: Ia67b2b9e3c0bf3b0b1f991e958f8eac13830f9cc Forgot, so do it now. Change-Id: If3ef470c8d5c3b2c178d8f7f7ad6bed1df68fef9 --- diff --git a/cinder/volume/drivers/solidfire.py b/cinder/volume/drivers/solidfire.py index 4629ff375..dde7d5c76 100644 --- a/cinder/volume/drivers/solidfire.py +++ b/cinder/volume/drivers/solidfire.py @@ -111,10 +111,11 @@ class SolidFireDriver(san.SanISCSIDriver): 1.2.1 - Add export/import support 1.2.2 - Catch VolumeNotFound on accept xfr 2.0.0 - Move from httplib to requests + 2.0.1 - Implement SolidFire Snapshots """ - VERSION = '2.0.0' + VERSION = '2.0.1' sf_qos_dict = {'slow': {'minIOPS': 100, 'maxIOPS': 200,