Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "nova/tests/functional/test_aggregates.py", line 131, in test_foo
  3. self._add_host_to_aggregate('test', 'host1')
  4. File "nova/tests/functional/test_aggregates.py", line 118, in _add_host_to_aggregate
  5. [agg['uuid']])
  6. File "nova/scheduler/client/report.py", line 67, in wrapper
  7. return f(self, *a, **k)
  8. File "nova/scheduler/client/report.py", line 1298, in set_aggregates_for_provider
  9. self._provider_tree.update_aggregates(rp_uuid, placement_aggs)
  10. File "nova/compute/provider_tree.py", line 567, in update_aggregates
  11. provider = self._find_with_lock(name_or_uuid)
  12. File "nova/compute/provider_tree.py", line 370, in _find_with_lock
  13. raise ValueError(_("No such provider %s") % name_or_uuid)
  14. ValueError: No such provider 7d33652d-476a-4f6e-82e8-2cc0138ce2db
  15.  
  16.  
  17. from basically
  18.  
  19. self.start_service('compute')
  20. report_client.set_aggregates_for_provider(context, host_uuid, [agg_uuid])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement