Bump SolidFire version number

Should have bumped version in this commit:
    Ia67b2b9e3c0bf3b0b1f991e958f8eac13830f9cc

Forgot, so do it now.

Change-Id: If3ef470c8d5c3b2c178d8f7f7ad6bed1df68fef9
This commit is contained in:
John Griffith
2015-06-02 10:14:03 -06:00
committed by John Griffith
parent 376f972362
commit 305efac586

View 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,