]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix for Pure drivers not checking full client version
authorPatrick East <patrick.east@purestorage.com>
Fri, 11 Mar 2016 18:27:50 +0000 (10:27 -0800)
committerPatrick East <patrick.east@purestorage.com>
Fri, 11 Mar 2016 20:24:08 +0000 (12:24 -0800)
commit7acd29c095df155af8b13f8863339bc68dd93afb
treea0f764e87af68e05b822a91d9d93366c588dcc70
parentcc2e463f97ccb64b6de9f60da9d113ca670b9f84
Fix for Pure drivers not checking full client version

We were only looking at major and minor versions… we needed to be
looking at the whole thing. This change allows for checking against
all three version parts, and for even differing schemes as time goes on.

Change-Id: Ib369d1d67fab5ba07d66c60f3fbc9c02afcbf3d4
Closes-Bug: #1556234
cinder/tests/unit/test_pure.py
cinder/volume/drivers/pure.py