]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
3PAR get host by WWN now handles mixed cases
authorKurt Martin <kurt.f.martin@hp.com>
Wed, 17 Feb 2016 21:58:41 +0000 (13:58 -0800)
committerKurt Martin <kurt.f.martin@hp.com>
Fri, 19 Feb 2016 16:04:09 +0000 (08:04 -0800)
commit8e0214e28150717612012b768354b489d069dc90
treee9451360c8aba745a7055a1e9d2fb9d041cd3dd9
parentadda63d013e02dd956d0c13a975be8cb7b3bc1e6
3PAR get host by WWN now handles mixed cases

The 3PAR driver comparison of WWNs will be able to handle
WWNs with upper/lower case differences. For example, the
driver code can now locate a 3PAR host with a WWN of
123abc6789012345 or 123ABD6789012345.

Change-Id: I571713f34ec3737123920acdbf20999baccd90b2
Closes-Bug: 1546453
cinder/tests/unit/test_hpe3par.py
cinder/volume/drivers/hpe/hpe_3par_common.py