]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Update hacking check for oslo_log
authorJay S. Bryant <jsbryant@us.ibm.com>
Thu, 12 Mar 2015 15:06:23 +0000 (10:06 -0500)
committerJay S. Bryant <jsbryant@us.ibm.com>
Thu, 12 Mar 2015 15:09:44 +0000 (10:09 -0500)
commit1dda708581d4c2cdf073ab290356eab16112300f
treeb62fa31e0acbd1f2a748c3cbb2f2f10e2b822338
parent99c0701ae1f5f3c628363cd5b58a03346e4b8357
Update hacking check for oslo_log

With commit 5980da5d we moved Cinder to using the olso.log
library.  We also moved to the new oslo_log namespace.  With that
change we should have also updated the hacking checks to include
looking for old uses of oslo.log.

This change adds the necessary hacking check.

Change-Id: I6a5d4b66d3258dbd01543be03810a8f84040e660
cinder/hacking/checks.py
cinder/tests/test_hacking.py