]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Update file doc string for pure.py
authorPatrick East <patrick.east@purestorage.com>
Fri, 20 Mar 2015 18:27:52 +0000 (11:27 -0700)
committerPatrick East <patrick.east@purestorage.com>
Fri, 20 Mar 2015 18:27:52 +0000 (11:27 -0700)
The PureISCSIDriver now requires a higher version of the REST API, this
causes the required Purity version to go up to 4.0.0. The doc string
for the pure.py file was not updated to reflect this.

Change-Id: Ibb133a6ab689c98aee0ac16946d059a647f482d3
Closes-Bug: 1434580

cinder/volume/drivers/pure.py

index 94a17f373703cb7fbc0a495b2451e8f32b2b69f6..b0a435b9ec8167506b7faee56f1c91134fcffd32 100644 (file)
@@ -15,7 +15,7 @@
 """
 Volume driver for Pure Storage FlashArray storage system.
 
-This driver requires Purity version 3.4.0 or later.
+This driver requires Purity version 4.0.0 or later.
 """
 
 import math