python-novaclient/novaclient/v1_1
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
..
contrib Adding Nova Client support for auto find host APIv2 2014-08-19 15:38:31 +00:00
__init__.py Start using Hacking and PyFlakes 2013-06-01 15:49:51 +02:00
agents.py Removes vim configuration headers 2014-01-08 08:13:46 +00:00
aggregates.py Add AgregatesManager.get() 2013-07-11 14:26:01 -05:00
availability_zones.py Adds availability zone support for Nova V3 API 2013-12-19 23:35:30 +10:30
certs.py typo in novaclient 2014-03-28 09:55:44 +08:00
client.py Merge "Add "version-list" for listing REST API versions" 2014-07-25 12:55:25 +00:00
cloudpipe.py Change "project" to "project_id" in cloudpipe-create 2013-11-12 12:12:49 +01:00
fixed_ips.py Removes vim configuration headers 2014-01-08 08:13:46 +00:00
flavor_access.py Fixing flavor access __repr__ method 2014-07-02 15:44:50 -03:00
flavors.py Use oslo.utils 2014-08-28 12:17:22 +03:00
floating_ip_dns.py Remove usage of module py3kcompat 2014-02-25 09:17:54 +08:00
floating_ip_pools.py Miscellaneous code cleanup. 2012-04-02 12:27:38 -05:00
floating_ips.py Allow admin user to get all tenant's floating IPs 2014-04-02 09:31:04 +08:00
floating_ips_bulk.py Removes vim configuration headers 2014-01-08 08:13:46 +00:00
fping.py Removes vim configuration headers 2014-01-08 08:13:46 +00:00
hosts.py fix host resource repr to use 'host' attribute 2014-07-28 18:54:01 +00:00
hypervisors.py Remove usage of module py3kcompat 2014-02-25 09:17:54 +08:00
images.py Remove usage of module py3kcompat 2014-02-25 09:17:54 +08:00
keypairs.py Fix the incorrect return messages in keypair show and delete 2014-04-20 10:59:22 -04:00
limits.py Remove usage of module py3kcompat 2014-02-25 09:17:54 +08:00
networks.py Add support for new fields in network create 2014-07-15 15:01:44 -07:00
quota_classes.py Revert "Remove quota-class subcommand" 2014-05-29 16:50:31 -03:00
quotas.py Adds first part of quotas support for Nova V3 API 2013-12-19 23:36:00 +10:30
security_group_rules.py Fix i18n messages in novaclient, part I 2014-01-28 14:56:00 -05:00
security_groups.py Remove usage of module py3kcompat 2014-02-25 09:17:54 +08:00
server_groups.py Nova CLI for server groups 2014-03-13 04:14:11 -07:00
servers.py Use oslo.utils 2014-08-28 12:17:22 +03:00
services.py Add service-delete subcommand to delete a service 2014-04-08 20:04:54 +08:00
shell.py Use oslo.utils 2014-08-28 12:17:22 +03:00
usage.py Enable hacking check for Apache 2.0 license 2013-12-06 10:47:41 +10:30
versions.py Add "version-list" for listing REST API versions 2014-07-15 06:50:50 +00:00
virtual_interfaces.py Fix Copyright Headers from LLC to Foundation 2013-03-13 20:12:23 -04:00
volume_snapshots.py Allow resources to use any field as 'name' 2012-08-08 12:01:40 -07:00
volume_types.py Add support for volume types 2012-02-27 22:46:02 +00:00
volumes.py Remove usage of module py3kcompat 2014-02-25 09:17:54 +08:00