python-novaclient/novaclient/v3
Andrey Kurilin d03014cdb0 Use common code instead of novaclient.utils
Module `novaclient.utils` contains a lot of functions which are
presented in modules from common code.

* service_type -> novaclient.openstack.common.cliutils.service_type
* get_service_type -> novaclient.openstack.common.cliutils.get_service_type
* pretty_choice_list ->
      novaclient.openstack.common.cliutils.pretty_choice_list
* import_class -> oslo.utils.importutils.importclass
* HookableMixin -> novaclient.openstack.common.apiclient.base.HookableMixin

Change-Id: Ia6cac058da12c852d92f26875a66ae31cc4c63d4
2014-09-19 16:56:13 +03:00
..
__init__.py Enable v3 api code 2013-08-09 10:47:51 -05:00
agents.py Removes vim configuration headers 2014-01-08 08:13:46 +00:00
aggregates.py Adds aggregates support for Nova V3 API 2013-12-19 23:38:56 +10:30
availability_zones.py Adds availability zone support for Nova V3 API 2013-12-19 23:35:30 +10:30
certs.py Adds certificates support for Nova V3 API 2013-12-19 23:39:28 +10:30
client.py Enable several checks and do not check docs/source/conf.py 2014-08-05 22:18:14 +02:00
flavor_access.py Adds flavor access support for Nova V3 API 2013-12-15 22:44:09 +10:30
flavors.py Fix rxtx_factor name for creating a flavor 2014-07-29 20:17:05 +00:00
hosts.py Add filtering by service to hosts list command 2014-08-19 13:21:00 +02:00
hypervisors.py Remove usage of module py3kcompat 2014-02-25 09:17:54 +08:00
images.py Use oslo.utils 2014-08-28 12:17:22 +03:00
keypairs.py Adds keypairs support for the Nova V3 API 2013-12-19 23:40:00 +10:30
list_extensions.py Add extension-list command for v3 API 2014-05-08 09:26:14 +09:00
quotas.py Adds quota usage support for the V3 API 2014-01-08 12:00:53 +08:00
servers.py Merge "novaclient: Convert v3 boot command with v2.1 spec (bdm)" 2014-09-17 01:24:54 +00:00
services.py Removes vim configuration headers 2014-01-08 08:13:46 +00:00
shell.py Use common code instead of novaclient.utils 2014-09-19 16:56:13 +03:00
usage.py Adds simple tenant usage support for the Nova V3 API 2013-12-19 23:40:40 +10:30
volumes.py add disk bus and device type to volume attach 2014-06-24 18:27:43 +00:00