summaryrefslogtreecommitdiff
path: root/cinderclient
Commit message (Expand)AuthorAgeFilesLines
* Merge "Attach/Detach V2"ocata-em1.11.0Jenkins2017-01-273-2/+273
|\
| * Attach/Detach V2John Griffith2017-01-263-2/+273
* | Merge "Missing client version 3.0 support for "delete_metadata" method"Jenkins2017-01-271-1/+16
|\ \
| * | Missing client version 3.0 support for "delete_metadata" methodJustin A Wilson2016-09-291-1/+16
| |/
* | Merge "Update param docstring to ducument search_opts"Jenkins2017-01-262-2/+4
|\ \
| * | Update param docstring to ducument search_optsmaxinjian2017-01-232-2/+4
* | | Merge "static method to get_server_version"Jenkins2017-01-263-0/+93
|\ \ \ | |_|/ |/| |
| * | static method to get_server_versionscottda2017-01-263-0/+93
* | | Merge "Fix getting metadata attr error in snapshot-list command"Jenkins2017-01-261-3/+9
|\ \ \
| * | | Fix getting metadata attr error in snapshot-list commandMykhailo Dovgal2017-01-261-3/+9
* | | | Merge "Support filter volumes by group_id"Jenkins2017-01-262-0/+18
|\ \ \ \ | |/ / / |/| | |
| * | | Support filter volumes by group_idwangxiyuan2017-01-252-0/+18
* | | | Merge "Fix test_auth_with_keystone_v3 test"Jenkins2017-01-261-1/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Fix test_auth_with_keystone_v3 testGorka Eguileor2017-01-251-1/+7
* | | | Merge "Remove assertTableStruct from ClientTestBase"Jenkins2017-01-251-14/+0
|\ \ \ \
| * | | | Remove assertTableStruct from ClientTestBaseIvan Kolodyazhny2016-09-131-14/+0
* | | | | Merge "Removed unnecessary 'service_type' decorator"Jenkins2017-01-257-247/+0
|\ \ \ \ \
| * | | | | Removed unnecessary 'service_type' decoratorIvan Kolodyazhny2017-01-237-247/+0
* | | | | | Merge "x-openstack-request-id logged twice in logs"Jenkins2017-01-242-16/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | x-openstack-request-id logged twice in logsAbhishek Kekane2017-01-232-16/+3
* | | | | | Merge "Python3 common patterns"Jenkins2017-01-244-8/+8
|\ \ \ \ \ \
| * | | | | | Python3 common patternsxianming mao2017-01-104-8/+8
| | |_|_|/ / | |/| | | |
* | | | | | Merge "(Trival)Modify the version_header with self.version_header"Jenkins2017-01-231-1/+1
|\ \ \ \ \ \
| * | | | | | (Trival)Modify the version_header with self.version_headerxianming mao2016-12-261-1/+1
* | | | | | | Merge "_human_id_cache or _uuid_cache error about completion_cache"Jenkins2017-01-231-1/+6
|\ \ \ \ \ \ \
| * | | | | | | _human_id_cache or _uuid_cache error about completion_cachedrngsl2017-01-181-1/+6
* | | | | | | | Merge "Fix adding non-ascii attrs to Resource objects error"Jenkins2017-01-232-1/+12
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Fix adding non-ascii attrs to Resource objects errorMichael Dovgal2017-01-202-1/+12
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge "Fix v3 volume list based on image_metadata"Jenkins2017-01-233-1/+15
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix v3 volume list based on image_metadataVivek Agrawal2017-01-193-1/+15
* | | | | | | Merge "Fix spelling of consistency groups"Jenkins2017-01-204-14/+14
|\ \ \ \ \ \ \
| * | | | | | | Fix spelling of consistency groupsPetr Kovar2017-01-184-14/+14
| | |/ / / / / | |/| | | | |
* | | | | | | Merge "Add convertation of query parameters to string"Jenkins2017-01-203-4/+23
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Add convertation of query parameters to stringMykhailo Dovgal2016-12-303-4/+23
| | |_|/ / / | |/| | | |
* | | | | | Metadata based snapshop filteringVivek Agrawal2017-01-183-0/+109
| |/ / / / |/| | | |
* | | | | Merge "Support Keystone V3 with HttpClient"Jenkins2017-01-182-16/+87
|\ \ \ \ \
| * | | | | Support Keystone V3 with HttpClientwangxiyuan2016-12-242-16/+87
| |/ / / /
* | | | | modify the wrong comment of the Client classzhangchenchen2017-01-091-1/+1
|/ / / /
* | | | Merge "Minor refactoring for nested try-block"1.10.0Jenkins2016-12-231-5/+4
|\ \ \ \
| * | | | Minor refactoring for nested try-blockAlexey Ovchinnikov2016-11-231-5/+4
* | | | | Merge "Move trace ID print statement to finally"Jenkins2016-12-231-7/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Move trace ID print statement to finallyVipin Balachandran2016-11-181-7/+8
* | | | | Refactor v2 and v3 APIs supportIvan Kolodyazhny2016-12-2045-4009/+4596
* | | | | Remove extra 'u' from cli outputCao ShuFeng2016-12-164-10/+27
* | | | | Merge "Handle error response for webob>=1.6.0"Jenkins2016-12-111-3/+8
|\ \ \ \ \
| * | | | | Handle error response for webob>=1.6.0Akira KAMIO2016-12-091-3/+8
| | |_|/ / | |/| | |
* | | | | Merge "stop adding log handler"Jenkins2016-12-111-3/+0
|\ \ \ \ \
| * | | | | stop adding log handlerMatthew Edmonds2016-12-061-3/+0
| |/ / / /
* | | | | Replace six.iteritems(iter) with iter.items()xianming mao2016-12-015-12/+6
|/ / / /
* | | | Merge "Fix typo in set unicode metadata key"Jenkins2016-11-271-1/+1
|\ \ \ \ | |_|/ / |/| | |