Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2016-07-07 11:16:12.594 62876 DEBUG mistralclient.api.httpclient [-] HTTP GET http://10.10.10.31:8989/workflows 404 decorator /u[0/0]
- b/python2.7/dist-packages/mistralclient/api/httpclient.py:27
- 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor [-] Failed to run action [action_ex_id=None, action_cls='<class '
- mistral.actions.action_factory.MistralAction'>', attributes='{u'client_method_name': u'workflows.list'}', params='{u'marker': u'', u'
- sort_keys': u'', u'limit': None, u'sort_dirs': u''}']
- MistralAction.workflows.list failed: <class 'mistralclient.api.base.APIException'>: <html>
- <head>
- <title>404 Not Found</title>
- </head>
- <body>
- <h1>404 Not Found</h1>
- The resource could not be found.<br /><br />
- </body>
- </html>
- 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor Traceback (most recent call last):
- 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor File "/usr/lib/python2.7/dist-packages/mistral/engine/default_e
- xecutor.py", line 76, in run_action
- 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor result = action.run()
- 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor File "/usr/lib/python2.7/dist-packages/mistral/actions/openstac
- k/base.py", line 84, in run
- 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor (self.__class__.__name__, self.client_method_name, e_str)
- 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor ActionException: MistralAction.workflows.list failed: <class 'mis
- tralclient.api.base.APIException'>: <html>
- 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor <head>
- 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor <title>404 Not Found</title>
- 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor </head>
- 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor <body>
- 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor <h1>404 Not Found</h1>
- 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor The resource could not be found.<br /><br />
- 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor
- 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor
- 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor
- 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor </body>
- 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor </html>
- 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement