greatbn

mistral-executor.log

Jun 23rd, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.38 KB | None | 0 0
  1. 2016-06-23 15:49:03.079 2122 ERROR mistral.engine.default_executor [-] Failed to run action [action_ex_id=182f0514-88fa-4576-b5c8-c4afd965d1f7, action_cls='<class 'mistral.actions.action_factory.NovaAction'>', attributes='{u'client_method_name': u'volume_snapshots.create'}', params='{u'display_name': None, u'force': False, u'display_description': None, u'volume_id': u'0072d817-d8cd-4d2c-92b1-6e692396a31d'}']
  2.  NovaAction.volume_snapshots.create failed: <class 'novaclient.exceptions.NotFound'>: Not found
  3. 2016-06-23 15:49:03.079 2122 ERROR mistral.engine.default_executor Traceback (most recent call last):
  4. 2016-06-23 15:49:03.079 2122 ERROR mistral.engine.default_executor   File "/usr/lib/python2.7/dist-packages/mistral/engine/default_executor.py", line 76, in run_action
  5. 2016-06-23 15:49:03.079 2122 ERROR mistral.engine.default_executor     result = action.run()
  6. 2016-06-23 15:49:03.079 2122 ERROR mistral.engine.default_executor   File "/usr/lib/python2.7/dist-packages/mistral/actions/openstack/base.py", line 84, in run
  7. 2016-06-23 15:49:03.079 2122 ERROR mistral.engine.default_executor     (self.__class__.__name__, self.client_method_name, e_str)
  8. 2016-06-23 15:49:03.079 2122 ERROR mistral.engine.default_executor ActionException: NovaAction.volume_snapshots.create failed: <class 'novaclient.exceptions.NotFound'>: Not found
  9. 2016-06-23 15:49:03.079 2122 ERROR mistral.engine.default_executor
Add Comment
Please, Sign In to add comment