]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Bump SolidFire version number
authorJohn Griffith <john.griffith@solidfire.com>
Tue, 2 Jun 2015 16:14:03 +0000 (10:14 -0600)
committerJohn Griffith <john.griffith8@gmail.com>
Tue, 2 Jun 2015 23:44:27 +0000 (17:44 -0600)
Should have bumped version in this commit:
    Ia67b2b9e3c0bf3b0b1f991e958f8eac13830f9cc

Forgot, so do it now.

Change-Id: If3ef470c8d5c3b2c178d8f7f7ad6bed1df68fef9

cinder/volume/drivers/solidfire.py

index 4629ff37547a0bc9427b9bb279187d383022ad22..dde7d5c761c445ce35ec4aff02ffc3cd21ee11ef 100644 (file)
@@ -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,