]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fixes the import for Lefthand driver
authorWalter A. Boring IV <walter.boring@hp.com>
Thu, 26 Feb 2015 19:43:13 +0000 (11:43 -0800)
committerWalter A. Boring IV <walter.boring@hp.com>
Thu, 26 Feb 2015 19:47:21 +0000 (11:47 -0800)
commit851557c273b16c26a810bc3add9768f2091f5a76
tree9bb11959a3416b07094f92dd73a0daaacd3af9c9
parent785f4baee188b32e68e1a18f0d86fb98561b43ce
Fixes the import for Lefthand driver

Review 145780 broke the lefthand driver.  The author and reviewers
did not even bother to look at the 3rd party CI results that clearly
showed that this patch broke the hplefthand driver, due to changing
the imports.  The change removed an import to one of the hplefthandclient
modules, which was then later accessed.

Reviewers, please check 3rd party CI when a cinder patch touches a driver.

Authors of patches, if you touch a driver, you need to check the 3rd party
CI failures and make sure your patch changes aren't causing the failures.

Change-Id: Ie38f77fc9498915651c476ea10bc7bd7f49e393d
Partial-Bug: 1407162
cinder/volume/drivers/san/hp/hp_lefthand_rest_proxy.py