Advertisement
bigmstone

Untitled

Sep 27th, 2013
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. 2013-09-27 23:55:03.776 5809 INFO nova.manager [-] Skipping periodic task _periodic_update_dns because its interval is negative
  2. 2013-09-27 23:55:03.868 5809 INFO nova.virt.driver [-] Loading compute driver 'xenapi.XenAPIDriver'
  3. 2013-09-27 23:55:04.139 5809 CRITICAL nova [-] 'XenAPISession' object has no attribute '_virtapi'
  4. 2013-09-27 23:55:04.139 5809 TRACE nova Traceback (most recent call last):
  5. 2013-09-27 23:55:04.139 5809 TRACE nova File "/usr/bin/nova-compute", line 83, in <module>
  6. 2013-09-27 23:55:04.139 5809 TRACE nova db_allowed=False)
  7. 2013-09-27 23:55:04.139 5809 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/service.py", line 534, in create
  8. 2013-09-27 23:55:04.139 5809 TRACE nova db_allowed=db_allowed)
  9. 2013-09-27 23:55:04.139 5809 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/service.py", line 413, in __init__
  10. 2013-09-27 23:55:04.139 5809 TRACE nova self.manager = manager_class(host=self.host, *args, **kwargs)
  11. 2013-09-27 23:55:04.139 5809 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 353, in __init__
  12. 2013-09-27 23:55:04.139 5809 TRACE nova self.driver = driver.load_compute_driver(self.virtapi, compute_driver)
  13. 2013-09-27 23:55:04.139 5809 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/virt/driver.py", line 931, in load_compute_driver
  14. 2013-09-27 23:55:04.139 5809 TRACE nova virtapi)
  15. 2013-09-27 23:55:04.139 5809 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/openstack/common/importutils.py", line 51, in import_object_ns
  16. 2013-09-27 23:55:04.139 5809 TRACE nova return import_class(import_value)(*args, **kwargs)
  17. 2013-09-27 23:55:04.139 5809 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/virt/xenapi/driver.py", line 139, in __init__
  18. 2013-09-27 23:55:04.139 5809 TRACE nova self._session = XenAPISession(url, username, password, self.virtapi)
  19. 2013-09-27 23:55:04.139 5809 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/virt/xenapi/driver.py", line 632, in __init__
  20. 2013-09-27 23:55:04.139 5809 TRACE nova self.host_uuid = self._get_host_uuid()
  21. 2013-09-27 23:55:04.139 5809 TRACE nova File "/usr/lib/python2.7/dist-packages/nova/virt/xenapi/driver.py", line 664, in _get_host_uuid
  22. 2013-09-27 23:55:04.139 5809 TRACE nova aggr = self._virtapi.aggregate_get_by_host(
  23. 2013-09-27 23:55:04.139 5809 TRACE nova AttributeError: 'XenAPISession' object has no attribute '_virtapi'
  24. 2013-09-27 23:55:04.139 5809 TRACE nova
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement