]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add hacking check for oslo namespace usage
authorJay S. Bryant <jsbryant@us.ibm.com>
Tue, 13 Jan 2015 23:11:33 +0000 (17:11 -0600)
committerJay S. Bryant <jsbryant@us.ibm.com>
Wed, 14 Jan 2015 15:09:58 +0000 (09:09 -0600)
commitd8301e58bfbe1590d38721485dc8516b05339d66
treeec7092edd8ac588ab30713735c600d884be22c64
parentfadc8334740ac4b98e4755c28fe29b15cc1541bc
Add hacking check for oslo namespace usage

We want to make sure that we don't have usage of the old
oslo.concurrency naming slipping in with new changes where
we should be using the oslo_concurrency namespace.  This change
adds a hacking check to avoid use of the deprecated namespace.
As we convert more oslo libraries to the new namespace the check
will be updated to enforce use of the new namespace.

This hacking check is based upon the same N333 hacking check
in Cinder.

Change-Id: Ibec6d09e9d313c9e723f7542cedb9da5772d3de2
HACKING.rst
cinder/hacking/checks.py
cinder/tests/test_hacking.py
cinder/volume/targets/iscsi.py