summaryrefslogtreecommitdiff
path: root/novaclient/extension.py
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup needless code from oslo-incubatorAndrey Kurilin2015-12-181-2/+1
| | | | | | | | oslo-incubator was deprecated and all modules used by novaclient were removed from oslo-incubator master branch. This patch removes all unused code from novaclient's repo. Change-Id: Ie3c542d19da6ed4d25ec490faf6a86a82f48cd34
* Use common code instead of novaclient.utilsAndrey Kurilin2014-09-191-1/+2
| | | | | | | | | | | | | | 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
* Fix Copyright Headers from LLC to FoundationDavanum Srinivas2013-03-131-1/+1
| | | | | | follow the lead from nova and oslo projects Change-Id: I270c5f1e4eefa4b72e292bfb4a4c60de0c3f6e4a
* Extensions can now modify resources.Rick Harris2011-12-211-0/+39
Change-Id: I0d9c1050428d0ccf2e2b18053d75e0465463c08b