1. 4cf3423 Merge "glance_http: add IPv6 support" by Jenkins · 9 years ago
  2. 9b79e91 Merge "Add T111 history to HACKING.rst" by Jenkins · 9 years ago
  3. 0f24173 Merge "More info when fail to get api version" by Jenkins · 9 years ago
  4. 3d8c8fd Merge "Use common "waiters.wait_for_snapshot_status" function everywhere" by Jenkins · 9 years ago
  5. ebcba8e Merge "Removing wrapper method for "wait_for_volume_status" function" by Jenkins · 9 years ago
  6. 4660229 Merge "Correct server basic ops test case name" by Jenkins · 9 years ago
  7. 4f525f7 Add T111 history to HACKING.rst by Ken'ichi Ohmichi · 9 years ago
  8. 2cc9fab Merge "Add pypi download + version badges into README.rst" by Jenkins · 9 years ago
  9. 667aaa2 Use common "waiters.wait_for_snapshot_status" function everywhere by Yaroslav Lobankov · 9 years ago
  10. ed3a35b Removing wrapper method for "wait_for_volume_status" function by Yaroslav Lobankov · 9 years ago
  11. 90a3df9 Merge "Removing some redundant words" by Jenkins · 9 years ago
  12. b0953f8 Merge "Add release notes page for v10.0.0" by Jenkins · 9 years ago
  13. b5d3293 Add pypi download + version badges into README.rst by Masayuki Igawa · 9 years ago
  14. d44a8be Removing some redundant words by Anh Tran · 9 years ago
  15. e0a3b8e Fix a few typos in microversion doc by Tong Liu · 9 years ago
  16. b28973f Merge "Fix comments in microversion doc" by Jenkins · 9 years ago
  17. 28a6316 Merge "Move wait_for_resource_status()" by Jenkins · 9 years ago
  18. b319198 Merge "Move list_dhcp_agents_on_hosting_network()" by Jenkins · 9 years ago
  19. 513d68f Add release notes page for v10.0.0 by Matthew Treinish · 9 years ago
  20. 6423d14 Merge "Allow get_tenant_network() for non-primary creds" by Jenkins · 9 years ago
  21. f61f1fc glance_http: add IPv6 support by Emilien Macchi · 9 years ago
  22. 5a59f87 More info when fail to get api version by Brant Knudson · 9 years ago
  23. e2644c0 Merge "Remove redundant list_router_interfaces()" by Jenkins · 9 years ago
  24. e560728 Fix comments in microversion doc by ghanshyam · 9 years ago
  25. d27175b Merge "Add microversion testing doc in tempest" by Jenkins · 9 years ago
  26. 9bee3b9 Correct server basic ops test case name by Tong Liu · 9 years ago
  27. 33efa0e Merge "Fix tests when having multiple floating pools" by Jenkins · 9 years ago
  28. fd3088f Merge "Update the docs on ssh validation" by Jenkins · 9 years ago
  29. 3366cc9 Merge "Remove unsed wrapper method" by Jenkins · 9 years ago
  30. bd460ac Add microversion testing doc in tempest by ghanshyam · 9 years ago
  31. 3ed6a55 Move wait_for_resource_status() by Ken'ichi Ohmichi · 9 years ago
  32. 60b78c0 Move list_dhcp_agents_on_hosting_network() by Ken'ichi Ohmichi · 9 years ago
  33. f3110f0 Remove redundant list_router_interfaces() by Ken'ichi Ohmichi · 9 years ago
  34. 3b57d80 Fix tests when having multiple floating pools by Marc Koderer · 9 years ago
  35. 63bb903 Update the docs on ssh validation by lanoux · 9 years ago
  36. b321cc2 Remove unsed wrapper method by Ken'ichi Ohmichi · 9 years ago
  37. e6b66b6 Merge "Add support of microversion in all compute service clients" by Jenkins · 9 years ago
  38. 1498669 Merge "Remove the port list that is not used" by Jenkins · 9 years ago
  39. bc850e2 Merge "Unskip test_list_virtual_interfaces" by Jenkins · 9 years ago
  40. 07862a7 Merge "Adding a note to 'test_update_user_password' test for Keystone V2" by Jenkins · 9 years ago
  41. a10697f Merge "Update comments for keystone precision and fernet" by Jenkins · 9 years ago
  42. 97e6648 Merge "Make routers_client use **kwargs" by Jenkins · 9 years ago
  43. 9a1d0e9 Merge "Trivial: Fix some document comments in microversion" by Jenkins · 9 years ago
  44. 6600984 Merge "Scenario/manager.py: always wait when delete a cinder vol" by Jenkins · 9 years ago
  45. 1a134ec Merge "Actually run `test_skip_attr_*` unit tests" by Jenkins · 9 years ago
  46. 6322474 Merge "Fix API test for external subnet visibility" by Jenkins · 9 years ago
  47. c3b0b8b Trivial: Fix some document comments in microversion by ghanshyam · 9 years ago
  48. 6665c97 Make routers_client use **kwargs by Ken'ichi Ohmichi · 9 years ago
  49. dcc5597 Merge "common/compute.py: remove some useless code" by Jenkins · 9 years ago
  50. 0b6aeec Merge "Optimize "open" method with context manager" by Jenkins · 9 years ago
  51. 3652146 Merge "Add note a section to lib doc about where to put plugins" by Jenkins · 9 years ago
  52. 84f7321 Merge "Migrated microversion testing framework to tempest/lib" by Jenkins · 9 years ago
  53. ee9af30 Add support of microversion in all compute service clients by Ghanshyam · 9 years ago
  54. 55df9d6 Merge "Move microversion config options to 'compute' section" by Jenkins · 9 years ago
  55. 07f84a0 Merge "Fix V3 credential behavior, documentation" by Jenkins · 9 years ago
  56. 6919da4 Fix API test for external subnet visibility by Kevin Benton · 9 years ago
  57. 00686f2 Add note a section to lib doc about where to put plugins by Matthew Treinish · 9 years ago
  58. e86fc5d Merge "Fix cleanup CLI for router client" by Jenkins · 9 years ago
  59. 55f4655 Merge "Remove tempest duplicate copy of skip_unless_attr" by Jenkins · 9 years ago
  60. 3818974 Merge "Fix PendingDeprecationWarning for assert*" by Jenkins · 9 years ago
  61. 02de50e Merge "TrivialFix: Remove pending deprecationwarning" by Jenkins · 9 years ago
  62. a25c419 Fix cleanup CLI for router client by ghanshyam · 9 years ago
  63. d5d17d9 Fix PendingDeprecationWarning for assert* by ghanshyam · 9 years ago
  64. 1f47cf9 Migrated microversion testing framework to tempest/lib by Ghanshyam · 9 years ago
  65. 2959153 Move microversion config options to 'compute' section by ghanshyam · 9 years ago
  66. 9898bfc Remove tempest duplicate copy of skip_unless_attr by ghanshyam · 9 years ago
  67. b10c6ca Fix V3 credential behavior, documentation by John Warren · 9 years ago
  68. 271b340 Merge "Get NIC name by "ip -o link"" by Jenkins · 9 years ago
  69. 6fb7e1a TrivialFix: Remove pending deprecationwarning by reedip · 9 years ago
  70. b713d71 Merge "Allow heat volume tests to use configured volume size" by Jenkins · 9 years ago
  71. a4b1cef Optimize "open" method with context manager by zhang.lei · 9 years ago
  72. cbcb611 Adding a note to 'test_update_user_password' test for Keystone V2 by Yaroslav Lobankov · 9 years ago
  73. 5b2c745 Update comments for keystone precision and fernet by Morgan Fainberg · 9 years ago
  74. f70a4e4 Merge "Use tempest.lib's base module for network clients" by Jenkins · 9 years ago
  75. 858e720 Unskip test_list_virtual_interfaces by Matt Riedemann · 9 years ago
  76. fb2bef6 Merge "Test base_url works with an unversioned endpoint" by Jenkins · 9 years ago
  77. 2a0e736 Use tempest.lib's base module for network clients by Ken'ichi Ohmichi · 9 years ago
  78. 5e02e65 Merge "Split out Neutron routers client" by Jenkins · 9 years ago
  79. 3a58e8b Merge "network: Fix subnet_allocation extension check." by Jenkins · 9 years ago
  80. f3014de Merge "Switch hdp to cdh in the default list of Sahara plugins" by Jenkins · 9 years ago
  81. e35f472 Split out Neutron routers client by Ken'ichi Ohmichi · 9 years ago
  82. 0d560a9 Make 'device' optional in volume attach response schema by ghanshyam · 9 years ago
  83. a934a70 Test base_url works with an unversioned endpoint by Jamie Lennox · 9 years ago
  84. a99aa9e Merge "Use urlunparse to reconstruct base_url" by Jenkins · 9 years ago
  85. d750c2d Switch hdp to cdh in the default list of Sahara plugins by Javier Pena · 9 years ago
  86. 87ba287 common/compute.py: remove some useless code by Jordan Pittier · 9 years ago
  87. 108877d Merge "Added support to verify extra-routes deletion" by Jenkins · 9 years ago
  88. 5967ae1 Merge "Fix typo in library doc title" by Jenkins · 9 years ago
  89. 6707b5e Added support to verify extra-routes deletion by Abhishek · 9 years ago
  90. 997b260 Merge "Add OS-INHERIT of keystone v3 in api tempest" by Jenkins · 9 years ago
  91. 3dc695b Merge "Remove service_client module" by Jenkins · 9 years ago
  92. df1cb4f Merge "Making Keystone clients consistent" by Jenkins · 9 years ago
  93. 6af041a Fix typo in library doc title by Rodrigo Duarte · 9 years ago
  94. 9228bf7 Allow get_tenant_network() for non-primary creds by Ryan Rossiter · 9 years ago
  95. 2f7aaaa network: Fix subnet_allocation extension check. by Russell Bryant · 9 years ago
  96. 7117f49 Merge "Fixes LiveBlockMigrationTestJSON.test_iscsi_volume bad call" by Jenkins · 9 years ago
  97. 823a004 Use urlunparse to reconstruct base_url by Jamie Lennox · 9 years ago
  98. 962e7d7 Add OS-INHERIT of keystone v3 in api tempest by Maho Koshiya · 9 years ago
  99. 347ac45 Actually run `test_skip_attr_*` unit tests by Jordan Pittier · 9 years ago
  100. f6906e1 Making Keystone clients consistent by Yaroslav Lobankov · 9 years ago