Advertisement
Guest User

Untitled

a guest
May 23rd, 2016
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.08 KB | None | 0 0
  1. --------------------------------------------------------------------------------
  2. Preparing input task
  3. --------------------------------------------------------------------------------
  4.  
  5. Input task is:
  6. ---
  7. KeystoneBasic.create_delete_user:
  8. -
  9. args: {}
  10. runner:
  11. type: "constant"
  12. times: 10
  13. concurrency: 1
  14.  
  15. Task syntax is correct :)
  16. 2016-05-23 19:58:07.320 1923 INFO rally.task.engine [-] Task f0ee0a44-eac4-4c0d-aab2-27b0582132f0 | Starting: Task validation.
  17. 2016-05-23 19:58:07.339 1923 INFO rally.task.engine [-] Task f0ee0a44-eac4-4c0d-aab2-27b0582132f0 | Starting: Task validation of scenarios names.
  18. 2016-05-23 19:58:07.340 1923 INFO rally.task.engine [-] Task f0ee0a44-eac4-4c0d-aab2-27b0582132f0 | Completed: Task validation of scenarios names.
  19. 2016-05-23 19:58:07.340 1923 INFO rally.task.engine [-] Task f0ee0a44-eac4-4c0d-aab2-27b0582132f0 | Starting: Task validation of syntax.
  20. 2016-05-23 19:58:07.342 1923 INFO rally.task.engine [-] Task f0ee0a44-eac4-4c0d-aab2-27b0582132f0 | Completed: Task validation of syntax.
  21. 2016-05-23 19:58:07.343 1923 INFO rally.task.engine [-] Task f0ee0a44-eac4-4c0d-aab2-27b0582132f0 | Starting: Task validation of semantic.
  22. 2016-05-23 19:58:07.343 1923 INFO rally.task.engine [-] Task f0ee0a44-eac4-4c0d-aab2-27b0582132f0 | Starting: Task validation check cloud.
  23. /usr/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for erick.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  24. SubjectAltNameWarning
  25. 2016-05-23 19:58:07.495 1923 INFO rally.task.engine [-] Task f0ee0a44-eac4-4c0d-aab2-27b0582132f0 | Completed: Task validation check cloud.
  26. 2016-05-23 19:58:07.499 1923 INFO rally.plugins.openstack.context.keystone.users [-] Task f0ee0a44-eac4-4c0d-aab2-27b0582132f0 | Starting: Enter context: `users`
  27. /usr/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for erick.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  28. SubjectAltNameWarning
  29. /usr/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for erick.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  30. SubjectAltNameWarning
  31. 2016-05-23 19:58:07.692 1923 INFO rally.plugins.openstack.context.keystone.users [-] Task f0ee0a44-eac4-4c0d-aab2-27b0582132f0 | Completed: Enter context: `users`
  32. 2016-05-23 19:58:07.693 1923 INFO rally.plugins.openstack.context.keystone.users [-] Task f0ee0a44-eac4-4c0d-aab2-27b0582132f0 | Starting: Exit context: `users`
  33. /usr/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for erick.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  34. SubjectAltNameWarning
  35. /usr/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for erick.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  36. SubjectAltNameWarning
  37. /usr/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for erick.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  38. SubjectAltNameWarning
  39. Command failed, please check log for more info
  40. 2016-05-23 19:58:08.001 1923 CRITICAL rally [-] EndpointNotFound: public endpoint for compute service not found
  41. 2016-05-23 19:58:08.001 1923 ERROR rally Traceback (most recent call last):
  42. 2016-05-23 19:58:08.001 1923 ERROR rally File "/usr/bin/rally", line 10, in <module>
  43. 2016-05-23 19:58:08.001 1923 ERROR rally sys.exit(main())
  44. 2016-05-23 19:58:08.001 1923 ERROR rally File "/usr/lib/python2.7/site-packages/rally/cli/main.py", line 40, in main
  45. 2016-05-23 19:58:08.001 1923 ERROR rally return cliutils.run(sys.argv, categories)
  46. 2016-05-23 19:58:08.001 1923 ERROR rally File "/usr/lib/python2.7/site-packages/rally/cli/cliutils.py", line 581, in run
  47. 2016-05-23 19:58:08.001 1923 ERROR rally ret = fn(*fn_args, **fn_kwargs)
  48. 2016-05-23 19:58:08.001 1923 ERROR rally File "<decorator-gen-40>", line 2, in start
  49. 2016-05-23 19:58:08.001 1923 ERROR rally File "/usr/lib/python2.7/site-packages/rally/cli/envutils.py", line 67, in default_from_global
  50. 2016-05-23 19:58:08.001 1923 ERROR rally return f(*args, **kwargs)
  51. 2016-05-23 19:58:08.001 1923 ERROR rally File "<decorator-gen-39>", line 2, in start
  52. 2016-05-23 19:58:08.001 1923 ERROR rally File "/usr/lib/python2.7/site-packages/rally/plugins/__init__.py", line 43, in ensure_plugins_are_loaded
  53. 2016-05-23 19:58:08.001 1923 ERROR rally return f(*args, **kwargs)
  54. 2016-05-23 19:58:08.001 1923 ERROR rally File "/usr/lib/python2.7/site-packages/rally/cli/commands/task.py", line 241, in start
  55. 2016-05-23 19:58:08.001 1923 ERROR rally task_instance=task_instance)
  56. 2016-05-23 19:58:08.001 1923 ERROR rally File "/usr/lib/python2.7/site-packages/rally/cli/commands/task.py", line 143, in _load_and_validate_task
  57. 2016-05-23 19:58:08.001 1923 ERROR rally api.Task.validate(deployment, input_task, task_instance)
  58. 2016-05-23 19:58:08.001 1923 ERROR rally File "/usr/lib/python2.7/site-packages/rally/api.py", line 287, in validate
  59. 2016-05-23 19:58:08.001 1923 ERROR rally benchmark_engine.validate()
  60. 2016-05-23 19:58:08.001 1923 ERROR rally File "/usr/lib/python2.7/site-packages/rally/common/logging.py", line 197, in wrapper
  61. 2016-05-23 19:58:08.001 1923 ERROR rally result = f(self, *args, **kwargs)
  62. 2016-05-23 19:58:08.001 1923 ERROR rally File "/usr/lib/python2.7/site-packages/rally/task/engine.py", line 288, in validate
  63. 2016-05-23 19:58:08.001 1923 ERROR rally self._validate_config_semantic(self.config)
  64. 2016-05-23 19:58:08.001 1923 ERROR rally File "/usr/lib/python2.7/site-packages/rally/common/logging.py", line 197, in wrapper
  65. 2016-05-23 19:58:08.001 1923 ERROR rally result = f(self, *args, **kwargs)
  66. 2016-05-23 19:58:08.001 1923 ERROR rally File "/usr/lib/python2.7/site-packages/rally/task/engine.py", line 279, in _validate_config_semantic
  67. 2016-05-23 19:58:08.001 1923 ERROR rally pos, deployment)
  68. 2016-05-23 19:58:08.001 1923 ERROR rally File "/usr/lib/python2.7/site-packages/rally/task/context.py", line 156, in __exit__
  69. 2016-05-23 19:58:08.001 1923 ERROR rally self.cleanup()
  70. 2016-05-23 19:58:08.001 1923 ERROR rally File "/usr/lib/python2.7/site-packages/rally/common/logging.py", line 197, in wrapper
  71. 2016-05-23 19:58:08.001 1923 ERROR rally result = f(self, *args, **kwargs)
  72. 2016-05-23 19:58:08.001 1923 ERROR rally File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/context/keystone/users.py", line 329, in cleanup
  73. 2016-05-23 19:58:08.001 1923 ERROR rally self._delete_tenants()
  74. 2016-05-23 19:58:08.001 1923 ERROR rally File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/context/keystone/users.py", line 274, in _delete_tenants
  75. 2016-05-23 19:58:08.001 1923 ERROR rally self._remove_associated_networks()
  76. 2016-05-23 19:58:08.001 1923 ERROR rally File "/usr/lib/python2.7/site-packages/rally/plugins/openstack/context/keystone/users.py", line 179, in _remove_associated_networks
  77. 2016-05-23 19:58:08.001 1923 ERROR rally nova_admin = clients.nova()
  78. 2016-05-23 19:58:08.001 1923 ERROR rally File "/usr/lib/python2.7/site-packages/rally/osclients.py", line 224, in __call__
  79. 2016-05-23 19:58:08.001 1923 ERROR rally self.cache[key] = self.create_client(*args, **kwargs)
  80. 2016-05-23 19:58:08.001 1923 ERROR rally File "/usr/lib/python2.7/site-packages/rally/osclients.py", line 327, in create_client
  81. 2016-05-23 19:58:08.001 1923 ERROR rally region_name=self.credential.region_name)
  82. 2016-05-23 19:58:08.001 1923 ERROR rally File "/usr/lib/python2.7/site-packages/positional/__init__.py", line 94, in inner
  83. 2016-05-23 19:58:08.001 1923 ERROR rally return func(*args, **kwargs)
  84. 2016-05-23 19:58:08.001 1923 ERROR rally File "/usr/lib/python2.7/site-packages/keystoneclient/service_catalog.py", line 297, in url_for
  85. 2016-05-23 19:58:08.001 1923 ERROR rally raise exceptions.EndpointNotFound(msg)
  86. 2016-05-23 19:58:08.001 1923 ERROR rally EndpointNotFound: public endpoint for compute service not found
  87. 2016-05-23 19:58:08.001 1923 ERROR rally
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement