magnum/magnum/common
Davanum Srinivas 17c5711c55 Remove imports from oslo namespaces
Oslo team is recommending everyone to use the direct imports and
not use the Oslo namespaces. So switch all our code to use oslo_*
instead of "from oslo." or "import oslo" or "from oslo"

NOTE: some of the tests still have mocks referring to oslo.utils
@mock.patch('oslo.utils.timeutils.utcnow')
as the tests break otherwise. We should do this later.

Closes-bug: #1419385
Change-Id: I8e3fbeb833cddc3f55674a0e781ffe69d5033ad4
2015-02-08 02:59:30 +00:00
..
__init__.py Create a ReST API entrypoint 2014-11-18 14:01:20 -07:00
clients.py Remove imports from oslo namespaces 2015-02-08 02:59:30 +00:00
config.py Remove imports from oslo namespaces 2015-02-08 02:59:30 +00:00
context.py Don't use deprecated auth header 2015-01-30 12:08:50 +09:00
docker_utils.py Docker: Pull Image Before Container Create 2015-01-06 13:28:39 -08:00
exception.py Remove imports from oslo namespaces 2015-02-08 02:59:30 +00:00
k8s_manifest.py Cleanup code and remove newly ignored hack rules 2015-02-06 22:40:23 -05:00
magnum_keystoneclient.py Remove imports from oslo namespaces 2015-02-08 02:59:30 +00:00
paths.py Remove imports from oslo namespaces 2015-02-08 02:59:30 +00:00
rpc.py Remove imports from oslo namespaces 2015-02-08 02:59:30 +00:00
rpc_service.py Remove imports from oslo namespaces 2015-02-08 02:59:30 +00:00
safe_utils.py Add safe_utils to the source base 2014-11-21 11:41:02 -07:00
service.py Remove imports from oslo namespaces 2015-02-08 02:59:30 +00:00
short_id.py Make sure no duplicate stack name when creating k8s bay 2015-01-19 21:22:06 -05:00
urlfetch.py Remove imports from oslo namespaces 2015-02-08 02:59:30 +00:00
utils.py Remove imports from oslo namespaces 2015-02-08 02:59:30 +00:00
yamlutils.py Tidy up the ReST API 2014-11-25 09:58:34 -05:00