Advertisement
Guest User

Untitled

a guest
May 10th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. nova.tests.unit.api.openstack.compute.test_fping.FpingTestV21.test_fping_index_policy
  2. -------------------------------------------------------------------------------------
  3.  
  4. Captured traceback:
  5. ~~~~~~~~~~~~~~~~~~~
  6. Traceback (most recent call last):
  7. File "nova/tests/unit/api/openstack/compute/test_fping.py", line 70, in test_fping_index_policy
  8. res_dict = self.controller.index(req)
  9. File "nova/api/openstack/wsgi.py", line 928, in version_select
  10. return func.func(self, *args, **kwargs)
  11. File "nova/api/validation/__init__.py", line 192, in wrapper
  12. return func(*args, **kwargs)
  13. File "nova/api/openstack/wsgi.py", line 833, in wrapped
  14. raise webob.exc.HTTPInternalServerError(explanation=msg)
  15. webob.exc.HTTPInternalServerError: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
  16. <type 'exceptions.TypeError'>
  17.  
  18.  
  19. Captured pythonlogging:
  20. ~~~~~~~~~~~~~~~~~~~~~~~
  21. 2018-05-10 08:46:24,576 ERROR [nova.api.openstack.wsgi] Unexpected exception in API method
  22. Traceback (most recent call last):
  23. File "nova/api/openstack/wsgi.py", line 801, in wrapped
  24. return f(*args, **kwargs)
  25. File "nova/api/openstack/compute/fping.py", line 100, in index
  26. context, search_opts=search_opts)
  27. File "nova/compute/api.py", line 2445, in get_all
  28. context, filters, limit, marker, fields, sort_keys, sort_dirs)
  29. File "nova/compute/instance_list.py", line 115, in get_instance_objects_sorted
  30. cell_mappings=cell_mappings)
  31. File "nova/tests/unit/api/openstack/fakes.py", line 379, in _return_servers
  32. **kwargs)
  33. TypeError: stub_instance() got an unexpected keyword argument 'cell_mappings'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement