Move oslo.config to oslo_config namespace

This is the third in a series of changes to move to using
the new oslo_<library> namespace that is being used for
oslo libraries.

There is currently a shim in place that is allowing the old
oslo.<library> imports to work, but we need to be prepared for
when the shims go away.  Thus, we need patches like this one to
move to the new namespace.

This patch also updates our hacking check to ensure that no instances
of oslo.config sneak back in.

Change-Id: I45d24c4330f7c23fc5ad0a0527f1840d09710512
This commit is contained in:
Jay S. Bryant
2015-01-15 14:03:49 -06:00
parent fea2bae001
commit 6a2df86bba
197 changed files with 209 additions and 204 deletions

View File

@@ -18,11 +18,11 @@
import math
from Crypto.Random import random
from oslo.config import cfg
from oslo.utils import strutils
from oslo.utils import timeutils
from oslo.utils import units
from oslo_concurrency import processutils
from oslo_config import cfg
from cinder.brick.local_dev import lvm as brick_lvm
from cinder import exception