summaryrefslogtreecommitdiff
path: root/novaclient/client.py
Commit message (Expand)AuthorAgeFilesLines
...
* Merge "Fix versions.list for v2.1 Nova API"Jenkins2015-08-241-1/+1
|\
| * Fix versions.list for v2.1 Nova APIFeodor Tersin2015-08-211-1/+1
* | Fix a fault of request logging with no credentialsFeodor Tersin2015-08-241-1/+1
|/
* Use keystoneclient's TCPKeepAliveAdapterIan Cordasco2015-07-281-13/+2
* Implements 'microversions' api type - Part 1Andrey Kurilin2015-07-161-44/+32
* cleanup openstack-common.conf and sync updated filesDavanum Srinivas2015-06-161-0/+3
* Pass full path to pkgutil.iter_modules()Matt Thompson2015-06-111-7/+13
* Remove redundant check for version of `requests`Andrey Kurilin2015-05-151-5/+4
* Make _discover_extensions publickylin7-sg2015-05-061-0/+61
* Merge "Don't lookup service url when bypass_url is given"Jenkins2015-04-271-5/+1
|\
| * Don't lookup service url when bypass_url is givenmelanie witt2015-04-211-5/+1
* | Deprecate v1.1 and remove v3Andrey Kurilin2015-04-221-11/+26
* | Remove all imports from oslo namespaceAndrey Kurilin2015-04-201-2/+2
|/
* Don't record time when self.timing is FalseZhiQiang Fan2015-03-211-15/+10
* Ensure the use of volume endpoint in volumes apis2.23.0melanie witt2015-03-171-9/+25
* Fix typo in socket attribute nameDavid Moreau Simard2015-03-111-1/+1
* Revert "Overhaul bash-completion to support non-UUID based IDs"Andrew Laski2015-02-201-75/+0
* Check 'auth_url' is presented while authenticationAndrey Kurilin2015-02-091-0/+4
* Change the unsuitable item caching for completionIkuo Kumagai2015-02-061-2/+2
* Rename v1_1 to v2Andrey Kurilin2015-02-041-3/+3
* Merge "Use TCP Keep-Alive on the socket level"Jenkins2015-01-231-1/+13
|\
| * Use TCP Keep-Alive on the socket levelIan Cordasco2015-01-231-1/+13
* | Pass kwargs through to the adapterJamie Lennox2014-12-191-2/+2
* | Remove aliases for `args` and `env` in utilsAndrey Kurilin2014-12-041-3/+3
* | Remove code related to V3Andrey Kurilin2014-12-031-1/+1
* | Enable check for E128 ruleEugeniya Kudryashova2014-11-271-2/+2
* | Merge "Curl statements to include globoff for IPv6 URLs"Jenkins2014-11-181-1/+1
|\ \
| * | Curl statements to include globoff for IPv6 URLssridhargaddam2014-11-141-1/+1
* | | Support using the Keystone V3 API from the Nova CLIDavid Hu2014-11-111-0/+15
|/ /
* | Enable check for E129Andrey Kurilin2014-10-231-1/+1
* | Enable check for E126Andrey Kurilin2014-10-231-1/+1
* | Port to use oslo.i18nAndrey Kurilin2014-10-161-1/+1
* | Use common code instead of novaclient.utilsAndrey Kurilin2014-09-191-1/+2
|/
* Use oslo.utilsAndrey Kurilin2014-08-281-2/+2
* Use adapter from keystoneclientJamie Lennox2014-08-081-55/+17
* Merge "Don't log sensitive auth data"Jenkins2014-07-281-16/+55
|\
| * Don't log sensitive auth dataQin Zhao2014-07-211-16/+55
* | Add "version-list" for listing REST API versionsKen'ichi Ohmichi2014-07-151-4/+12
|/
* Allow us to use keystoneclient's sessionJamie Lennox2014-07-011-0/+128
* Overhaul bash-completion to support non-UUID based IDsRick Harris2014-06-201-0/+74
* adjust to {SHA1} convention for tokenSean Dague2014-06-121-2/+2
* mask keystone token in debug outputSean Dague2014-06-101-3/+19
* debug level logs should not be translatedChristian Berendt2014-05-131-5/+5
* Fix session handling in novaclientBoris Pavlovic2014-04-071-24/+50
* Fix for invalid literal ValueError parsing ipv6 url(s)Davanum Srinivas2014-03-291-1/+2
* Merge "Allow user ID for authentication"Jenkins2014-03-211-1/+6
|\
| * Allow user ID for authenticationPhil Day2014-03-071-1/+6
* | Do auth_url.rstrip('/') only if auth_url is setArata Notsu2014-03-181-2/+2
|/
* Fix in in novaclient, to avoid excessive connsTihomir Trifonov2014-02-271-5/+33
* Merge "Remove usage of module py3kcompat"Jenkins2014-02-271-3/+4
|\