Guest User

Untitled

a guest
Jan 20th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.33 KB | None | 0 0
  1. root@rallytestbin-1:/tmp# rally verify start
  2. /usr/local/lib/python2.7/dist-packages/pymysql/cursors.py:166: Warning: (3090, u"Changing sql mode 'NO_AUTO_CREATE_USER' is deprecated. It will be removed in a future release.")
  3. result = self._query(query)
  4. 2017-01-19 22:31:53.728 20446 INFO rally.api [-] Starting verification (UUID=91ebd506-8014-45c1-84b8-d305890ff3bf) for deployment 'ourcloud' (UUID=08bd4fef-1fe6-4cef-b8c1-80f11affd500) by verifier 'Tempest' (UUID=74278c12-b5ad-4116-84f1-ce30ac7c3a49).
  5. Command failed, please check log for more info
  6. 2017-01-19 22:31:55.269 20446 CRITICAL rally [-] NotFound: The resource could not be found. (HTTP 404) (Request-ID: req-c99cef9f-f486-4732-abd9-1cffab0bf9e6)
  7. 2017-01-19 22:31:55.269 20446 ERROR rally Traceback (most recent call last):
  8. 2017-01-19 22:31:55.269 20446 ERROR rally File "/usr/local/bin/rally", line 10, in <module>
  9. 2017-01-19 22:31:55.269 20446 ERROR rally sys.exit(main())
  10. 2017-01-19 22:31:55.269 20446 ERROR rally File "/usr/local/lib/python2.7/dist-packages/rally/cli/main.py", line 38, in main
  11. 2017-01-19 22:31:55.269 20446 ERROR rally return cliutils.run(sys.argv, categories)
  12. 2017-01-19 22:31:55.269 20446 ERROR rally File "/usr/local/lib/python2.7/dist-packages/rally/cli/cliutils.py", line 661, in run
  13. 2017-01-19 22:31:55.269 20446 ERROR rally ret = fn(*fn_args, **fn_kwargs)
  14. 2017-01-19 22:31:55.269 20446 ERROR rally File "<decorator-gen-68>", line 2, in start
  15. 2017-01-19 22:31:55.269 20446 ERROR rally File "/usr/local/lib/python2.7/dist-packages/rally/cli/envutils.py", line 68, in default_from_global
  16. 2017-01-19 22:31:55.269 20446 ERROR rally return f(*args, **kwargs)
  17. 2017-01-19 22:31:55.269 20446 ERROR rally File "<decorator-gen-67>", line 2, in start
  18. 2017-01-19 22:31:55.269 20446 ERROR rally File "/usr/local/lib/python2.7/dist-packages/rally/cli/envutils.py", line 68, in default_from_global
  19. 2017-01-19 22:31:55.269 20446 ERROR rally return f(*args, **kwargs)
  20. 2017-01-19 22:31:55.269 20446 ERROR rally File "<decorator-gen-66>", line 2, in start
  21. 2017-01-19 22:31:55.269 20446 ERROR rally File "/usr/local/lib/python2.7/dist-packages/rally/plugins/__init__.py", line 43, in ensure_plugins_are_loaded
  22. 2017-01-19 22:31:55.269 20446 ERROR rally return f(*args, **kwargs)
  23. 2017-01-19 22:31:55.269 20446 ERROR rally File "/usr/local/lib/python2.7/dist-packages/rally/cli/commands/verify.py", line 436, in start
  24. 2017-01-19 22:31:55.269 20446 ERROR rally **run_args)
  25. 2017-01-19 22:31:55.269 20446 ERROR rally File "/usr/local/lib/python2.7/dist-packages/rally/api.py", line 822, in start
  26. 2017-01-19 22:31:55.269 20446 ERROR rally with vcontext.ContextManager(context):
  27. 2017-01-19 22:31:55.269 20446 ERROR rally File "/usr/local/lib/python2.7/dist-packages/rally/task/context.py", line 195, in __enter__
  28. 2017-01-19 22:31:55.269 20446 ERROR rally self.setup()
  29. 2017-01-19 22:31:55.269 20446 ERROR rally File "/usr/local/lib/python2.7/dist-packages/rally/task/context.py", line 178, in setup
  30. 2017-01-19 22:31:55.269 20446 ERROR rally ctx.setup()
  31. 2017-01-19 22:31:55.269 20446 ERROR rally File "/usr/local/lib/python2.7/dist-packages/rally/plugins/openstack/verification/tempest/config.py", line 335, in setup
  32. 2017-01-19 22:31:55.269 20446 ERROR rally self._create_tempest_roles()
  33. 2017-01-19 22:31:55.269 20446 ERROR rally File "/usr/local/lib/python2.7/dist-packages/rally/plugins/openstack/verification/tempest/config.py", line 392, in _create_tempest_roles
  34. 2017-01-19 22:31:55.269 20446 ERROR rally existing_roles = set(role.name for role in keystoneclient.roles.list())
  35. 2017-01-19 22:31:55.269 20446 ERROR rally File "/usr/local/lib/python2.7/dist-packages/keystoneclient/v2_0/roles.py", line 50, in list
  36. 2017-01-19 22:31:55.269 20446 ERROR rally return self._list("/OS-KSADM/roles", "roles")
  37. 2017-01-19 22:31:55.269 20446 ERROR rally File "/usr/local/lib/python2.7/dist-packages/keystoneclient/base.py", line 125, in _list
  38. 2017-01-19 22:31:55.269 20446 ERROR rally resp, body = self.client.get(url, **kwargs)
  39. 2017-01-19 22:31:55.269 20446 ERROR rally File "/usr/local/lib/python2.7/dist-packages/keystoneauth1/adapter.py", line 217, in get
  40. 2017-01-19 22:31:55.269 20446 ERROR rally return self.request(url, 'GET', **kwargs)
  41. 2017-01-19 22:31:55.269 20446 ERROR rally File "/usr/local/lib/python2.7/dist-packages/keystoneauth1/adapter.py", line 374, in request
  42. 2017-01-19 22:31:55.269 20446 ERROR rally resp = super(LegacyJsonAdapter, self).request(*args, **kwargs)
  43. 2017-01-19 22:31:55.269 20446 ERROR rally File "/usr/local/lib/python2.7/dist-packages/keystoneauth1/adapter.py", line 142, in request
  44. 2017-01-19 22:31:55.269 20446 ERROR rally return self.session.request(url, method, **kwargs)
  45. 2017-01-19 22:31:55.269 20446 ERROR rally File "/usr/local/lib/python2.7/dist-packages/positional/__init__.py", line 101, in inner
  46. 2017-01-19 22:31:55.269 20446 ERROR rally return wrapped(*args, **kwargs)
  47. 2017-01-19 22:31:55.269 20446 ERROR rally File "/usr/local/lib/python2.7/dist-packages/keystoneauth1/session.py", line 624, in request
  48. 2017-01-19 22:31:55.269 20446 ERROR rally raise exceptions.from_response(resp, method, url)
  49. 2017-01-19 22:31:55.269 20446 ERROR rally NotFound: The resource could not be found. (HTTP 404) (Request-ID: req-c99cef9f-f486-4732-abd9-1cffab0bf9e6)
  50. 2017-01-19 22:31:55.269 20446 ERROR rally
Add Comment
Please, Sign In to add comment