python-novaclient/novaclient
Andrey Kurilin 392148c7ef Use oslo.utils
Modules `strutils`, `timeutils` and `network_utils` from common code are
graduated in `oslo.utils`, so we can:
 1. remove `novaclient.openstack.common.network_utils` and use
    `oslo.utils.netutils` instead.
 2. use `oslo.utils.encodeutils` and `oslo.utils.strutils` instead of
    `novaclient.openstack.common.strutils`.
 3. use `oslo.utils.timeutils` instead of
    `novaclient.openstack.common.timeutils`.

Additional information:
 - modules `importutils`, `strutils` and `timeutils` from
   `novaclient.openstack.common` cannot be removed, because:
   - importutils is used by apiclient and jsonutils;
   - strutils is used by apiclient, cliutils and jsonutils;
   - timeutils is used by jsonutils
 - additional check for `safe_encode` in Py3 is required, since
   If91a866d864a22d28a352152beff4c7406a27b7b was merged.

Change-Id: Ib8d79d9c85af4916e87a76a1a67a13488ddaa111
2014-08-28 12:17:22 +03:00
..
openstack Use oslo.utils 2014-08-28 12:17:22 +03:00
tests Use oslo.utils 2014-08-28 12:17:22 +03:00
v1_1 Use oslo.utils 2014-08-28 12:17:22 +03:00
v3 Use oslo.utils 2014-08-28 12:17:22 +03:00
__init__.py Migrate to pbr. 2013-05-19 10:00:38 +03:00
auth_plugin.py debug level logs should not be translated 2014-05-13 11:39:13 +02:00
base.py Merge "Fix booting from volume when using api v3" 2014-07-25 12:57:02 +00:00
client.py Use oslo.utils 2014-08-28 12:17:22 +03:00
crypto.py Enables H403 pep8 rules 2013-12-14 15:16:20 +00:00
exceptions.py Merge "Sync apiclient from oslo-incubator" 2014-07-25 12:57:04 +00:00
extension.py Fix Copyright Headers from LLC to Foundation 2013-03-13 20:12:23 -04:00
service_catalog.py Enables H403 pep8 rules 2013-12-14 15:16:20 +00:00
shell.py Use oslo.utils 2014-08-28 12:17:22 +03:00
utils.py Use oslo.utils 2014-08-28 12:17:22 +03:00