1. 58a9e87 Make volume volume_client to use **kwargs-part2 by Ghanshyam · 10 years ago
  2. 8fc0ed2 Make volume volume_client to use **kwargs-part1 by Ghanshyam · 10 years ago
  3. db4a2e1 Changing directory structure for Cinder clients by Yaroslav Lobankov · 10 years ago[Renamed (98%) from tempest/services/volume/json/volumes_client.py]
  4. b279084 Fix H404/405 violations for service clients by Ken'ichi Ohmichi · 10 years ago
  5. 6177c9e Full response for VolumesClient methods by John Warren · 10 years ago
  6. 2190551 Switch all uses of json to oslo_serialization by Matthew Treinish · 10 years ago
  7. 43cf629 Merge "Add tests for Cinder volume list pagination" by Jenkins · 10 years ago
  8. b942be6 Merge wait_for_volume_status to common method by Ken'ichi Ohmichi · 10 years ago
  9. a628707 Remove "JSON" from sevice clients' names by Ken'ichi Ohmichi · 10 years ago
  10. 0ea58af Add tests for Cinder volume list pagination by Gorka Eguileor · 10 years ago
  11. 8a657ae To test bootable flag in a cinder volume by bkopilov · 10 years ago
  12. 8912814 Switch all uses of urllib and HTMLParser to import from six by Matthew Treinish · 10 years ago
  13. 35798fb Apply a naming rule of GET to volume client by Ken'ichi Ohmichi · 10 years ago
  14. 78f743e Adds "retype" to "volume/admin/test_volume_types.py" by nayna-patel · 10 years ago
  15. 234da80 Remove CONF reference from volume client by Ken'ichi Ohmichi · 10 years ago
  16. bfa0760 Change tempest NotFound exc to tempest-lib exc by Masayuki Igawa · 10 years ago
  17. f85e9bd Remove CONF values from volume clients by Ken'ichi Ohmichi · 10 years ago
  18. 2cdd550 Add return one value to volume delete methods by Joseph Lanoux · 10 years ago
  19. 6809bab Change volume client methods to return one value by Joseph Lanoux · 11 years ago
  20. a39d0be Add VolumeClient for cleanup by Ken'ichi Ohmichi · 11 years ago
  21. 1102c3a Add more verbose info for wait_for_..._status methods by Martin Pavlasek · 11 years ago
  22. d2b9651 Make rest_client.wait_for_resource_deletion timeout error more specific by Matt Riedemann · 11 years ago
  23. d9df38c Update volume client check success by Swapnil Kulkarni · 11 years ago
  24. 6e6cf83 Sharing codes for cinder v1 and v2 tests by Zhi Kun Liu · 11 years ago
  25. 9733d0e Volume size could be specified to create volume by Jerry Cai · 11 years ago
  26. 4d41c2f Enable H302 check (tempest/services/volume) by Yuiko Takada · 11 years ago
  27. 88686d8 Remove using of deprecated self.headers (part1) by Valeriy Ponomaryov · 11 years ago
  28. 8bbdb16 Multiversion authentication part1 by Andrea Frittoli · 11 years ago
  29. 684d899 Convert all service clients to global CONF object by Matthew Treinish · 11 years ago
  30. e8d31a0 Remove vim headers by Masayuki Igawa · 11 years ago
  31. 0ff4168 Add tests for volume_metadata by huangtianhua · 12 years ago
  32. 9d3d6cb add some test for force delete: by wanghao · 12 years ago
  33. aa18007 Add some tests for os_update_readonly_flag by zhangyanzi · 12 years ago
  34. cbd82dc Add test cases for volume-transfer by wingwj · 12 years ago
  35. 6b63243 Added some tests for reserve and unreserve volume by zhangyanzi · 12 years ago
  36. aa1f2f9 add positive tests for volume by wanghao · 12 years ago
  37. 5b98175 add extend volume tests: by wanghao · 12 years ago
  38. 39f9722 Replace OpenStack LLC with OpenStack Foundation by ZhiQiang Fan · 12 years ago
  39. 611768a Add update-volume test by QingXin Meng · 12 years ago
  40. a67f463 Adds disk_format parameter to upload_volume method in volumes client by Ryan Hsu · 12 years ago
  41. 789449a Added missing xml tests of volume by anju tiwari · 12 years ago
  42. 884e9da Add new test for the volume upload in Glance functionality by Giulio Fidente · 12 years ago
  43. 36836c4 Adds create volume from image test by Giulio Fidente · 12 years ago
  44. b8aa759 RestClient remove wait parameter from the get method by Attila Fazekas · 12 years ago
  45. f53172c Remove duplicated wait by Attila Fazekas · 12 years ago
  46. 36b1fcf Add a volume from snapshot test case by Attila Fazekas · 12 years ago
  47. f237ccb Fix T401 and T402 errors by Sean Dague · 12 years ago
  48. c316f0a Adds Cinder tests for Volume Types and extra specs by Rohan Rhishikesh Kanade · 13 years ago
  49. 26dd0fa Make parameter list generation consistent using urlencode(). by Matthew Treinish · 13 years ago
  50. 426326e Fix issue with 404 logs on wait for delete. by Matthew Treinish · 13 years ago
  51. 30a563f Clean up pep8 E123 and E124 violations by Zhongyue Luo · 13 years ago
  52. 79d8d36 Clean up pep8 E128 violations by Zhongyue Luo · 13 years ago
  53. e471d6e Clean up pep8 E711 violations by Zhongyue Luo · 13 years ago
  54. 229845a Merge "Adds client API and tests for volume attachments" by Jenkins · 13 years ago
  55. 9854d5b Add XML support to the cinder client by Matthew Treinish · 13 years ago
  56. a42fe44 Adds client API and tests for volume attachments by Rohit Karajgi · 13 years ago
  57. dd47d7e Adds Cinder client by Rohit Karajgi · 13 years ago[Copied (70%) from tempest/services/nova/json/volumes_client.py]
  58. 6aceb4a Wait for resource deletion after 202 response. Fixes bug 1007447. by David Kranz · 13 years ago
  59. e3bb58f Fixes bug 972673-Incorrect named parameters in BuildErrorException in test_volumes_list by rajalakshmi-ganesan · 13 years ago
  60. 5098fa2 Clients subclass the RestClient to allow attributes to be by chris fattarsi · 13 years ago
  61. b446557 Fixes bug 960864- Testcases for the action list Volumes and list Volumes with Detail by rajalakshmi-ganesan · 13 years ago
  62. ddd9e0e Fixes bug 902374-Negative tests for Volumes by rajalakshmi-ganesan · 13 years ago