Skip to content

Instantly share code, notes, and snippets.

@prometheanfire
Created September 4, 2018 00:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prometheanfire/d1d2d93d7b1c97e4186389b664301a80 to your computer and use it in GitHub Desktop.
Save prometheanfire/d1d2d93d7b1c97e4186389b664301a80 to your computer and use it in GitHub Desktop.
2018-09-04 00:40:16.132 1253 ERROR oslo_service.service [req-44e159b7-9d40-4f17-ab11-7e48e0334ec5 - - - - -] Error starting thread.: TypeError: 'AttributeError' object is not iterable
2018-09-04 00:40:16.132 1253 ERROR oslo_service.service Traceback (most recent call last):
2018-09-04 00:40:16.132 1253 ERROR oslo_service.service File "/usr/lib64/python3.5/site-packages/oslo_service/service.py", line 794, in run_service
2018-09-04 00:40:16.132 1253 ERROR oslo_service.service service.start()
2018-09-04 00:40:16.132 1253 ERROR oslo_service.service File "/usr/lib64/python3.5/site-packages/nova/service.py", line 162, in start
2018-09-04 00:40:16.132 1253 ERROR oslo_service.service self.manager.init_host()
2018-09-04 00:40:16.132 1253 ERROR oslo_service.service File "/usr/lib64/python3.5/site-packages/nova/compute/manager.py", line 1202, in init_host
2018-09-04 00:40:16.132 1253 ERROR oslo_service.service evacuated_instances = self._destroy_evacuated_instances(context)
2018-09-04 00:40:16.132 1253 ERROR oslo_service.service File "/usr/lib64/python3.5/site-packages/nova/compute/manager.py", line 670, in _destroy_evacuated_instances
2018-09-04 00:40:16.132 1253 ERROR oslo_service.service evacuated = [inst for inst in local_instances if inst.uuid in evacuations]
2018-09-04 00:40:16.132 1253 ERROR oslo_service.service TypeError: 'AttributeError' object is not iterable
2018-09-04 00:40:16.132 1253 ERROR oslo_service.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment