summaryrefslogtreecommitdiff
path: root/novaclient/tests/unit/test_client.py
Commit message (Expand)AuthorAgeFilesLines
* Add unit tests for client loggermelanie witt2021-04-101-0/+12
* Use unittest.mock instead of third party mockTakashi Natsume2020-04-261-1/+1
* Remove deprecated methods and propertiesTakashi NATSUME2019-07-041-20/+0
* Remove deprecated novaclient.v2.contrib modules12.0.0Takashi NATSUME2019-02-071-17/+0
* Use uuidutils of oslo.utilsTakashi NATSUME2018-08-081-2/+2
* Have python-novaclient support global_request_idSean Dague2017-05-261-0/+11
* Remove version 1.1 supportjichenjc2017-03-261-4/+0
* Remove deprecated tenant network APIsMatt Riedemann2017-03-201-13/+9
* x-openstack-request-id logged twice in logsAbhishek Kekane2017-01-191-11/+1
* Remove all code related to HTTPClientAndrey Kurilin2016-12-161-357/+10
* Create keystone session instance if not presentAndrey Kurilin2016-12-161-19/+1
* Make SessionClient interface similar to HTTPClientAndrey Kurilin2016-12-161-10/+0
* Rename api_key to passwordAndrey Kurilin2016-12-151-6/+0
* Remove redundant args of _construct_http_clientAndrey Kurilin2016-12-151-12/+0
* Introduce helper for checking args deprecationAndrey Kurilin2016-12-151-10/+45
* Replace requests mocking with requests-mockJamie Lennox2016-10-051-80/+76
* Fixes TypeError on Client instantiationThiago Paiva2016-08-261-0/+6
* Change all test URLs to use example.comEdLeafe2016-07-201-20/+27
* Log request_id for each api callTakashi NATSUME2016-06-081-1/+13
* Add a way to discover only contrib extensionsAndrey Kurilin2016-02-191-0/+51
* Test: Clean v2 client userwarningChaozhe.Chen2016-01-121-14/+14
* Migrate to keystoneauth from keystoneclientMonty Taylor2015-12-121-2/+2
* Revert "Do not expose exceptions from requests library"Matt Riedemann2015-10-281-59/+0
* Do not expose exceptions from requests libraryJason Dunsmore2015-10-221-0/+59
* Merge "Fix versions.list for v2.1 Nova API"Jenkins2015-08-241-0/+6
|\
| * Fix versions.list for v2.1 Nova APIFeodor Tersin2015-08-211-0/+6
* | Fix a fault of request logging with no credentialsFeodor Tersin2015-08-241-0/+6
|/
* Use keystoneclient's TCPKeepAliveAdapterIan Cordasco2015-07-281-20/+1
* Implements 'microversions' api type - Part 1Andrey Kurilin2015-07-161-4/+6
* Pass full path to pkgutil.iter_modules()Matt Thompson2015-06-111-0/+4
* Merge "Don't lookup service url when bypass_url is given"Jenkins2015-04-271-0/+39
|\
| * Don't lookup service url when bypass_url is givenmelanie witt2015-04-211-0/+39
* | Deprecate v1.1 and remove v3Andrey Kurilin2015-04-221-4/+0
|/
* Don't record time when self.timing is FalseZhiQiang Fan2015-03-211-0/+32
* Ensure the use of volume endpoint in volumes apis2.23.0melanie witt2015-03-171-0/+3
* Add a test for the TCPKeepAliveAdaptermelanie witt2015-03-111-0/+19
* Cleanup in asserts in python-novaclientPavel Kholkin2015-03-031-8/+8
* Enable check for E124 ruleSergey Nikitin2015-02-271-4/+2
* Revert "Overhaul bash-completion to support non-UUID based IDs"Andrew Laski2015-02-201-29/+0
* Merge "Change the unsuitable item caching for completion"Jenkins2015-02-071-0/+29
|\
| * Change the unsuitable item caching for completionIkuo Kumagai2015-02-061-0/+29
* | Compare dicts for POST data in test_client_reauthmelanie witt2015-02-061-1/+3
|/
* Rename v1_1 to v2Andrey Kurilin2015-02-041-19/+19
* Move unit tests into unit test directoryJoe Gordon2015-01-271-0/+368