summaryrefslogtreecommitdiff
path: root/novaclient/client.py
Commit message (Expand)AuthorAgeFilesLines
* use stevedore to load extensionsDoug Hellmann2020-07-081-6/+9
* Remove deprecated methods and propertiesTakashi NATSUME2019-07-041-23/+0
* Remove deprecated novaclient.v2.contrib modules12.0.0Takashi NATSUME2019-02-071-13/+0
* Update hacking versionZhijunWei2019-01-041-3/+3
* Fix setting 'global_request_id' in SessionClientTakashi NATSUME2017-06-131-5/+0
* Have python-novaclient support global_request_idSean Dague2017-05-261-1/+5
* Add novaclient client_name and client_version to user-agentMonty Taylor2017-04-181-0/+4
* Remove log translationslibing2017-03-251-23/+23
* Remove deprecated tenant network APIsMatt Riedemann2017-03-201-26/+13
* Remove deprecated baremetal CLIs and APIsMatt Riedemann2017-03-201-2/+1
* Pass relevant parameters to Token based authenticationIstvan Imre2017-01-241-1/+5
* x-openstack-request-id logged twice in logsAbhishek Kekane2017-01-191-16/+0
* Add profiling support to novaclientBoris Pavlovic2017-01-191-0/+20
* Fix "Message object do not support addition".Kevin_Zheng2017-01-081-7/+16
* Deprecate volume_service_name argumentAndrey Kurilin2016-12-171-1/+1
* Remove all code related to HTTPClientAndrey Kurilin2016-12-161-586/+0
* Create keystone session instance if not presentAndrey Kurilin2016-12-161-45/+37
* Make SessionClient interface similar to HTTPClientAndrey Kurilin2016-12-161-0/+15
* Deprecate connection_pool variableAndrey Kurilin2016-12-161-2/+1
* Transmit all auth related vars from cli to inner methodsAndrey Kurilin2016-12-161-0/+5
* Deprecate proxy_token and proxy_tenant_id argsAndrey Kurilin2016-12-151-4/+2
* Clarify meaning of project_id varAndrey Kurilin2016-12-151-4/+12
* Rename interface to endpoint_typeAndrey Kurilin2016-12-151-2/+17
* Rename api_key to passwordAndrey Kurilin2016-12-151-7/+12
* Rename bypass_url to endpoint_overrideAndrey Kurilin2016-12-151-6/+8
* Remove redundant args of _construct_http_clientAndrey Kurilin2016-12-151-2/+5
* Introduce helper for checking args deprecationAndrey Kurilin2016-12-151-0/+30
* Sort arguments for client's methodsAndrey Kurilin2016-12-151-12/+30
* Restict usage *args for novaclient.client.ClientAndrey Kurilin2016-12-121-8/+2
* Move all extensions from contrib dirAndrey Kurilin2016-11-301-14/+7
* Remove support for non-keystone auth systemsMatt Riedemann2016-10-201-21/+2
* Replace functions 'Dict.get' and 'del' with 'Dict.pop'bhagyashris2016-08-241-2/+1
* Log request_id for each api callTakashi NATSUME2016-06-081-4/+29
* Restrict positional arguments for ClientAndrey Kurilin2016-04-191-2/+11
* Prepare to move extension into core pluginjichenjc2016-02-241-1/+7
* Merge "Add a way to discover only contrib extensions"Jenkins2016-03-011-11/+16
|\
| * Add a way to discover only contrib extensionsAndrey Kurilin2016-02-191-11/+16
* | [microversions] Turn off check for header in responseAndrey Kurilin2016-02-161-2/+6
|/
* Fix W503 line break before binary operatorDirk Mueller2016-01-091-3/+3
* Add python 2.7 commentSean Dague2016-01-041-0/+1
* Fix extension loading from python path on Python 2.7Jim Rollenhagen2015-12-311-0/+2
* Migrate to keystoneauth from keystoneclientMonty Taylor2015-12-121-4/+6
* Merge "Fix H404/405 violations in client.py,base.py,api_version.py"Jenkins2015-12-031-7/+10
|\
| * Fix H404/405 violations in client.py,base.py,api_version.pyGhanshyam2015-12-031-7/+10
* | Remove python 2.6 support from python-novaclientChuck Carmack2015-11-301-4/+0
|/
* Check response headers for microversionsAndrey Kurilin2015-11-231-0/+3
* Revert "Do not expose exceptions from requests library"Matt Riedemann2015-10-281-11/+11
* Do not expose exceptions from requests libraryJason Dunsmore2015-10-221-11/+11
* Deprecate 'novaclient.client.get_client_class'Andrey Kurilin2015-09-101-1/+4
* Restrict direct usage of novaclient.v2.clientAndrey Kurilin2015-09-101-2/+23