1. 2d6bcaa Fix code to pass pep8 Tox environment. by Federico Ressi · 8 years ago
  2. a1c3af3 [DOC] Fix "Title level inconsistent" warning by Masayuki Igawa · 8 years ago
  3. cd36841 Move test decorators to common by Andrea Frittoli · 9 years ago
  4. c51b712 Migrate the dynamic creds module to tempest lib by Matthew Treinish · 9 years ago[Renamed from tempest/common/dynamic_creds.py]
  5. dcd9100 Remove creds providers dependency from clients by Andrea Frittoli · 9 years ago
  6. 5b68f50 Dynamic creds does not support create subnet with ipv6 by zhongjun · 9 years ago
  7. 6b7040a Add skip if public_network_id is not specified by zhufl · 9 years ago
  8. 525ec71 Hacking: enable H904 by Jordan Pittier · 9 years ago
  9. 3787e4c Move cred_client to tempest.lib by Matthew Treinish · 9 years ago
  10. 4217a70 Move InvalidConfiguration exception to tempest.lib by Matthew Treinish · 9 years ago
  11. 0650aed Use lib version of data_utils in dynamic creds by Matthew Treinish · 9 years ago
  12. 00ab6be Move cred_provider abstract class to tempest lib by Matthew Treinish · 9 years ago
  13. 75abbcf Remove CONF usage from dynamic_creds module by Matthew Treinish · 9 years ago
  14. d9b1dfd Remove duplicated judgement by zhufl · 9 years ago
  15. 2344ea6 Delete dynamic tenant correctly when _cleanup_default_secgroup fails by zhufl · 10 years ago
  16. b226f8e Member role may already exist by Adam Young · 10 years ago
  17. b94ee0f Merge "Adding/fixing docstring to _create_creds function" by Jenkins · 10 years ago
  18. 100d18d Use scope in v3 identity client by Andrea Frittoli (andreaf) · 10 years ago
  19. 88ea9ab Adding/fixing docstring to _create_creds function by Genadi Chereshnya · 10 years ago
  20. ef9b01f Make username and project use same random ID by Andrea Frittoli (andreaf) · 10 years ago
  21. 4bee2e7 Add admin role on domain for v3 by Andrea Frittoli (andreaf) · 10 years ago
  22. 6cc6fbc Adding documentation to dynamic_creds functions by edannon · 10 years ago
  23. 577ce63 Merge "Make ports_client use common waiter method" by Jenkins · 10 years ago
  24. ed6e586 deprecate use of tenant in configs by Sean Dague · 10 years ago
  25. 43e7fcf Make ports_client use common waiter method by Ken'ichi Ohmichi · 10 years ago
  26. 6665c97 Make routers_client use **kwargs by Ken'ichi Ohmichi · 10 years ago
  27. e35f472 Split out Neutron routers client by Ken'ichi Ohmichi · 10 years ago
  28. 9d691b9 Merge "Properly handle failures during resource cleanup" by Jenkins · 10 years ago
  29. d9a18b0 Properly handle failures during resource cleanup by Andrea Frittoli (andreaf) · 10 years ago
  30. 24bcb88 Split roles_client for keystone v3 client by Arx Cruz · 10 years ago
  31. db9672e Use tempest.lib code in tempest by Andrea Frittoli (andreaf) · 10 years ago
  32. 91a26b6 Split domains_client from keystone V3 client by Daniel Mellado · 10 years ago
  33. 7aea534 Split users_client from keystone V3 client by Daniel Mellado · 10 years ago
  34. 47a93ab Separate projects client from identity V3 client by Yaroslav Lobankov · 10 years ago
  35. 94aca95 Make 2 functions in network_client use **kwargs by piyush110786 · 10 years ago
  36. 82c83a5 Split users_client from keystone client v2. by Daniel Mellado · 10 years ago
  37. 6c09664 Change LOG.warn to LOG.warning by zhangguoqing · 10 years ago
  38. f9606e9 Split out Neutron security groups client by John Warren · 10 years ago
  39. 6b16b92 Split out roles client from keystone identity client by Daniel Mellado · 10 years ago
  40. b04da90 Split out keystone tenant client by Daniel Mellado · 10 years ago
  41. cb67d2d Fix H404/405 violations for common code by Ken'ichi Ohmichi · 10 years ago
  42. bf57df1 Merge "Factor up config dependent credential classes" by Jenkins · 10 years ago
  43. 290b3e1 Factor up config dependent credential classes by Andrea Frittoli (andreaf) · 10 years ago
  44. 49c0fe5 Split out Neutron ports client by John Warren · 10 years ago
  45. 29491a7 Drop admin_role CONF dependency from cred provider by Andrea Frittoli (andreaf) · 10 years ago
  46. 1eb0496 Remove dependency from credentials domain CONF by Andrea Frittoli (andreaf) · 10 years ago
  47. 32d0de1 Remove CredentialProvider deps to CONF by Andrea Frittoli (andreaf) · 10 years ago
  48. 3961acd Split out Neutron subnets client by John Warren · 10 years ago
  49. 17209bb Rename isolated creds to dynamic creds by Andrea Frittoli (andreaf) · 11 years ago[Renamed (92%) from tempest/common/isolated_creds.py]
  50. 94d8faf Split out Neutron networks client by John Warren · 10 years ago
  51. 1535017 Give access to CredClient in tests by Jamie Lennox · 11 years ago
  52. 56317e0 Full response for v3 IdentityClient methods by John Warren · 11 years ago
  53. 87fc7e9 Allow v3 identity to work without the admin domain name by David Kranz · 11 years ago
  54. 32f98a4 Ensure a role is assigned to created users with v3 auth by Matthew Treinish · 11 years ago
  55. a628707 Remove "JSON" from sevice clients' names by Ken'ichi Ohmichi · 11 years ago
  56. e05f693 Merge "Use random password generator for IsolatedCreds" by Jenkins · 11 years ago
  57. 9c713d2 Use random password generator for IsolatedCreds by LingxianKong · 11 years ago
  58. 8def7ca Add resource prefix string by Andrea Frittoli (andreaf) · 11 years ago
  59. 2219d38 Add config option to disable network isolation by Matthew Treinish · 11 years ago
  60. dc060d0 Fix tenant isolation and unit tests with py3 by Matthew Treinish · 11 years ago
  61. 9540dfd Embed network resoruces and credentials in TestResources by Andrea Frittoli (andreaf) · 11 years ago
  62. c328015 Support v3 in credential providers and subclasses by Andrea Frittoli · 11 years ago
  63. 583ce2c Update all Oslo module use by Doug Hellmann · 11 years ago
  64. 0a95854 Merge "Remove migrated utils code" by Jenkins · 11 years ago
  65. 4a59693 Add check on role availability before request creds by roles by Matthew Treinish · 11 years ago
  66. 01472ff Remove migrated utils code by Matthew Treinish · 11 years ago
  67. 8f26829 Switch swift tests to use cred_provider with roles by Matthew Treinish · 11 years ago
  68. 976e8df Add support for roles to credentials providers by Matthew Treinish · 11 years ago
  69. 9c7aca7 Merge "clear dict post cleanup in clear_isolated_creds" by Jenkins · 11 years ago
  70. fe72a40 clear dict post cleanup in clear_isolated_creds by ahmad · 11 years ago
  71. 4b29e47 Change tempest BadRequest exc to tempest-lib exc by Masayuki Igawa · 11 years ago
  72. 393da49 Merge "Drop the legacy and un-used _interface" by Jenkins · 11 years ago
  73. 0fe93ae Merge "Remove auth_version config from get_credentials" by Jenkins · 11 years ago
  74. c097835 Drop the legacy and un-used _interface by Andrea Frittoli · 11 years ago
  75. bfa0760 Change tempest NotFound exc to tempest-lib exc by Masayuki Igawa · 11 years ago
  76. 878d5ab Remove auth_version config from get_credentials by Andrea Frittoli · 11 years ago
  77. 167b2be Move tempest_roles options to auth group by Matthew Treinish · 11 years ago
  78. 33438a1 Add roles to all tempest created users by Hugh Saunders · 11 years ago
  79. b7afa92 Change v2 identity client methods to return one value by David Kranz · 11 years ago
  80. 34e8812 Change neutron client methods to return one value and update tests by David Kranz · 11 years ago
  81. fe094ea Revert "Log the credentials used to clear networks" by Matthew Treinish · 11 years ago
  82. 38156b7 Log the credentials used to clear networks by Joe Gordon · 11 years ago
  83. d421041 Fix error message when isolated tenant subnet creation fails by David Kranz · 11 years ago
  84. 76488d7 Adds method to verify multiple tenants are available by Yair Fried · 11 years ago
  85. 8283b4e Add Credentials Provider factory by Andrea Frittoli · 12 years ago
  86. ae9aca0 Drop OfficialClientManager from tenant isolation by Andrea Frittoli · 11 years ago
  87. 846eb7c Cleanup neutron default security groups on tenant deletion by Ala Rezmerita · 12 years ago
  88. cd235c7 Merge "Catch BadRequest exception from correct module" by Jenkins · 11 years ago
  89. bd37a98 Merge "Don't use swift roles when no swift" by Jenkins · 12 years ago
  90. c10a9cf Catch BadRequest exception from correct module by Kevin Benton · 12 years ago
  91. 364cafa Remove cleanup code according to TODO comment by armando-migliaccio · 12 years ago
  92. 85395e7 Do not isolate networks for baremetal by Adam Gandelman · 12 years ago
  93. d2690fe Add base class for all credential providers by Marc Koderer · 12 years ago
  94. 3709961 Don't use swift roles when no swift by Sergey Shnaidman · 12 years ago
  95. e9d2f42 First part of moving success response checking to identity client by David Kranz · 12 years ago
  96. af1fb70 Add 'Member' role to all created users by Andrey Pavlov · 12 years ago
  97. 9612e81 Get credential IDs from Credentials class by Andrea Frittoli · 12 years ago
  98. a5ddec8 Merge "Removing unnecessary pass instructions" by Jenkins · 12 years ago
  99. 422fbdf Enforces the use of Credentials (part2) by Andrea Frittoli · 12 years ago
  100. 4693783 Removing unnecessary pass instructions by Yaroslav Lobankov · 12 years ago