Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.07 KB | None | 0 0
  1. alex@devstack:~/mistral-extra/examples/v2/openstack$ mistral execution-list
  2. +--------------------------------------+---------------------------------------+-------------+-------+------------------------------+---------------------+---------------------+
  3. | ID | Workflow | Description | State | State info | Created at | Updated at |
  4. +--------------------------------------+---------------------------------------+-------------+-------+------------------------------+---------------------+---------------------+
  5. | e64d504c-5690-454f-9019-ad927dca8f72 | glance_actions.get_first_glance_image | | ERROR | Failure caused by error i... | 2015-07-06 16:37:22 | 2015-07-06 16:37:24 |
  6. | 55f0bf37-9c22-4382-a6a9-bd572ee58054 | glance_actions.get_first_glance_image | | ERROR | Failure caused by error i... | 2015-07-06 16:40:58 | 2015-07-06 16:41:01 |
  7. | 38357292-3095-4958-ac35-3d8fbb3d8e05 | glance_actions.get_first_glance_image | | ERROR | Failure caused by error i... | 2015-07-06 16:44:31 | 2015-07-06 16:44:34 |
  8. | 730d4521-d25e-492b-aaa7-8f95e7c05041 | glance_actions.get_first_glance_image | | ERROR | Failure caused by error i... | 2015-07-06 16:46:19 | 2015-07-06 17:24:32 |
  9. +--------------------------------------+---------------------------------------+-------------+-------+------------------------------+---------------------+---------------------+
  10.  
  11.  
  12.  
  13. ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  14. | Field | Value |
  15. +-------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  16. | ID | e64d504c-5690-454f-9019-ad927dca8f72 |
  17. | Workflow | glance_actions.get_first_glance_image |
  18. | Description | |
  19. | State | ERROR |
  20. | State info | Failure caused by error in task 'get_image_name': Failed to run action [action_ex_id=bd6cc836-1fb4-462f-b831-54ed268979cb, action_cls='<class 'mistral.actions.action_factory.GlanceAction'>', attributes='{u'client_method_name': u'images.get'}', params='{u'image_id': u'<% $.get_image_id[0].id %>'}'] |
  21. | | GlanceAction.images.get failed: <class 'glanceclient.exc.HTTPNotFound'>: |
  22. | Created at | 2015-07-06 16:37:22 |
  23. | Updated at | 2015-07-06 16:37:24 |
  24. +-------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement