Advertisement
Guest User

Untitled

a guest
Jan 5th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. rally task start scenarios/keystone/create-and-list-users.json
  2. --------------------------------------------------------------------------------
  3. Preparing input task
  4. --------------------------------------------------------------------------------
  5.  
  6. Input task is:
  7. {
  8. "KeystoneBasic.create_and_list_users": [
  9. {
  10. "args": {},
  11. "runner": {
  12. "type": "constant",
  13. "times": 100,
  14. "concurrency": 10
  15. }
  16. }
  17. ]
  18. }
  19.  
  20. Task syntax is correct :)
  21. 2016-01-05 18:16:30.005 23782 INFO rally.task.engine [-] Task b6aa6a18-3baa-4a82-9173-a147dced6328 | Starting: Task validation.
  22. 2016-01-05 18:16:30.023 23782 INFO rally.task.engine [-] Task b6aa6a18-3baa-4a82-9173-a147dced6328 | Starting: Task validation of scenarios names.
  23. 2016-01-05 18:16:30.028 23782 INFO rally.task.engine [-] Task b6aa6a18-3baa-4a82-9173-a147dced6328 | Completed: Task validation of scenarios names.
  24. 2016-01-05 18:16:30.029 23782 INFO rally.task.engine [-] Task b6aa6a18-3baa-4a82-9173-a147dced6328 | Starting: Task validation of syntax.
  25. 2016-01-05 18:16:30.033 23782 INFO rally.task.engine [-] Task b6aa6a18-3baa-4a82-9173-a147dced6328 | Completed: Task validation of syntax.
  26. 2016-01-05 18:16:30.034 23782 INFO rally.task.engine [-] Task b6aa6a18-3baa-4a82-9173-a147dced6328 | Starting: Task validation of semantic.
  27. 2016-01-05 18:16:30.034 23782 INFO rally.task.engine [-] Task b6aa6a18-3baa-4a82-9173-a147dced6328 | Starting: Task validation check cloud.
  28. 2016-01-05 18:16:30.382 23782 INFO rally.task.engine [-] Task b6aa6a18-3baa-4a82-9173-a147dced6328 | Completed: Task validation check cloud.
  29. 2016-01-05 18:16:30.400 23782 INFO rally.plugins.openstack.context.keystone.users [-] Task b6aa6a18-3baa-4a82-9173-a147dced6328 | Starting: Enter context: `users`
  30. 2016-01-05 18:16:30.838 23782 WARNING rally.common.broker [-] Failed to consume a task from the queue: You are not authorized to perform the requested action: identity:get_domain (HTTP 403)
  31. 2016-01-05 18:16:30.841 23782 INFO rally.plugins.openstack.context.keystone.users [-] Task b6aa6a18-3baa-4a82-9173-a147dced6328 | Starting: Exit context: `users`
  32. 2016-01-05 18:16:31.850 23782 INFO rally.plugins.openstack.context.keystone.users [-] Task b6aa6a18-3baa-4a82-9173-a147dced6328 | Completed: Exit context: `users`
  33. Task config is invalid: `Unable to setup context 'users': 'Failed to create the requested number of tenants.'`
  34. (rally)jenkins@testvm01:~/test$ rally task start scenarios/keystone/create-and-list-users.json
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement