python-novaclient/novaclient
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
..
openstack Use oslo.utils 2014-08-28 12:17:22 +03:00
tests Use common code instead of novaclient.utils 2014-09-19 16:56:13 +03:00
v1_1 Use common code instead of novaclient.utils 2014-09-19 16:56:13 +03:00
v3 Use common code instead of novaclient.utils 2014-09-19 16:56:13 +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 Use common code instead of novaclient.utils 2014-09-19 16:56:13 +03:00
client.py Use common code instead of novaclient.utils 2014-09-19 16:56:13 +03:00
crypto.py Corrects typos "coearse," "proejct," and "unecrypts" 2014-09-18 15:24:54 -07:00
exceptions.py Add retry_after only to exceptions supporting it 2014-09-18 13:07:17 +02:00
extension.py Use common code instead of novaclient.utils 2014-09-19 16:56:13 +03:00
service_catalog.py Enables H403 pep8 rules 2013-12-14 15:16:20 +00:00
shell.py Use common code instead of novaclient.utils 2014-09-19 16:56:13 +03:00
utils.py Use common code instead of novaclient.utils 2014-09-19 16:56:13 +03:00