summaryrefslogtreecommitdiff
path: root/novaclient/v2/client.py
Commit message (Expand)AuthorAgeFilesLines
* When creating a client, pass the default loggerwallaby-em17.4.1stable/wallabyRadomir Dopieralski2021-08-141-1/+1
* Remove cells v1 and extension commands and APIsTakashi NATSUME2019-10-041-4/+0
* Remove deprecated methods and propertiesTakashi NATSUME2019-07-041-36/+3
* Remove deprecated novaclient.v2.contrib modules12.0.0Takashi NATSUME2019-02-071-10/+0
* Enable split logging for cinder-novaclient interactionopenstack2018-08-241-1/+1
* Add CLI to show instance usage audit logsint32bit2018-01-291-0/+3
* Remove deprecated fixedip/floatingip/virtual interface CLIs/APIsMatt Riedemann2018-01-111-3/+0
* Remove deprecated os-hosts CLIs and python API bindingsMatt Riedemann2018-01-111-2/+0
* Remove deprecated cloudpipe CLIs and python API bindingsMatt Riedemann2018-01-111-2/+0
* Remove deprecated certs CLIs and python bindingsMatt Riedemann2018-01-111-2/+0
* Revert "client.logger.warning wrongly used in migrations"9.0.1Sean Dague2017-06-151-5/+1
* client.logger.warning wrongly used in migrationsnidhimittalhada2017-06-021-1/+5
* Remove deprecated network APIsMatt Riedemann2017-04-031-20/+0
* Remove log translationslibing2017-03-251-18/+18
* Remove deprecated floating_ips APIsMatt Riedemann2017-03-201-2/+0
* Remove deprecated fixed_ips APIsMatt Riedemann2017-03-201-2/+0
* Remove deprecated security_groups APIsMatt Riedemann2017-03-201-2/+0
* Remove deprecated security_group_rules APIsMatt Riedemann2017-03-201-3/+0
* Remove deprecated security_group_default_rules APIsMatt Riedemann2017-03-201-3/+0
* Remove the deprecated fping APIMatt Riedemann2017-03-201-2/+0
* Remove deprecated floating_ip_pools APIMatt Riedemann2017-03-201-2/+0
* Remove deprecated floating_ips_bulk APIMatt Riedemann2017-03-201-2/+0
* Remove deprecated floating IP DNS domain/entry APIsMatt Riedemann2017-03-201-3/+0
* Remove deprecated baremetal CLIs and APIsMatt Riedemann2017-03-201-2/+2
* Remove deprecated image commands/API bindingsMatt Riedemann2017-02-221-1/+0
* Deprecate volume_service_name argumentAndrey Kurilin2016-12-171-3/+0
* Make SessionClient interface similar to HTTPClientAndrey Kurilin2016-12-161-7/+12
* Deprecate connection_pool variableAndrey Kurilin2016-12-161-2/+0
* Transmit all auth related vars from cli to inner methodsAndrey Kurilin2016-12-161-1/+16
* Deprecate proxy_token and proxy_tenant_id argsAndrey Kurilin2016-12-151-6/+0
* Clarify meaning of project_id varAndrey Kurilin2016-12-151-7/+19
* Rename api_key to passwordAndrey Kurilin2016-12-151-6/+3
* Rename bypass_url to endpoint_overrideAndrey Kurilin2016-12-151-3/+3
* Remove redundant args of _construct_http_clientAndrey Kurilin2016-12-151-3/+1
* Sort arguments for client's methodsAndrey Kurilin2016-12-151-52/+71
* Move all extensions from contrib dirAndrey Kurilin2016-11-301-4/+31
* Remove support for non-keystone auth systemsMatt Riedemann2016-10-201-5/+1
* Fixes TypeError on Client instantiationThiago Paiva2016-08-261-1/+1
* Store api_version object in one placeAndrey Kurilin2016-08-181-2/+8
* Use neutron for network name -> id resolutionSean Dague2016-08-151-0/+20
* Look up image names directly in glanceSean Dague2016-08-121-0/+1
* Raise an exception in v2.client for direct_useAndrey Kurilin2016-07-011-9/+10
* Log request_id for each api callTakashi NATSUME2016-06-081-1/+9
* Merge "Fix typos in docstrings and comments"Jenkins2016-04-071-1/+1
|\
| * Fix typos in docstrings and commentsDao Cong Tien2016-04-061-1/+1
* | Merge "Switch to 2.1 default api_version in v2.Client"Jenkins2016-04-061-1/+1
|\ \ | |/ |/|
| * Switch to 2.1 default api_version in v2.ClientAndrey Kurilin2016-04-011-1/+1
* | Remove deprecated volume(snapshot) commands/bindingsMatt Riedemann2016-04-031-4/+0
|/
* Support for forcing live migration to completePawel Koniszewski2016-02-251-0/+3
* Fix H404/405 violations in novaclient/v2/[a-f]Ghanshyam2015-12-071-5/+4