]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix no handlers could be found issue
authorWalter A. Boring IV <walter.boring@hp.com>
Thu, 24 Jul 2014 21:52:51 +0000 (14:52 -0700)
committerWalter A. Boring IV <walter.boring@hp.com>
Fri, 25 Jul 2014 00:01:58 +0000 (17:01 -0700)
commite8273cdb3f4a838aad78f298658f7685bc90d02f
treeed859442e04fa40e17860eec71dd30a4cad3e79a
parent8e72357c2113534e7978f3735fba99d03a9eed30
Fix no handlers could be found issue

This patch fixes the error message during
unit tests for 2 issues.

1) test_migrations tries to LOG and exception before
setUp is called because of the method decorator.

2) the hp_lefthand_rest_proxy tries to LOG an exception
for a missing import.

Change-Id: I11d2c9320c0a216b5795207488b906795d27b1e0
Closes-Bug: #1341752
cinder/tests/test_migrations.py
cinder/volume/drivers/san/hp/hp_lefthand_rest_proxy.py