raniaadouni

Untitled

Aug 13th, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. ERROR nova Traceback (most recent call last):
  2. 2018-08-12 15:05:57.560 55479 ERROR nova File "/usr/bin/nova-compute", line 10, in <module>
  3. 2018-08-12 15:05:57.560 55479 ERROR nova sys.exit(main())
  4. 2018-08-12 15:05:57.560 55479 ERROR nova File "/usr/lib/python2.7/dist-packages/nova/cmd/compute.py", line 60, in main
  5. 2018-08-12 15:05:57.560 55479 ERROR nova db_allowed=CONF.conductor.use_local)
  6. 2018-08-12 15:05:57.560 55479 ERROR nova File "/usr/lib/python2.7/dist-packages/nova/service.py", line 218, in create
  7. 2018-08-12 15:05:57.560 55479 ERROR nova db_allowed=db_allowed)
  8. 2018-08-12 15:05:57.560 55479 ERROR nova File "/usr/lib/python2.7/dist-packages/nova/service.py", line 92, in __init__
  9. 2018-08-12 15:05:57.560 55479 ERROR nova self.manager = manager_class(host=self.host, *args, **kwargs)
  10. 2018-08-12 15:05:57.560 55479 ERROR nova File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 540, in __init__
  11. 2018-08-12 15:05:57.560 55479 ERROR nova self.driver = driver.load_compute_driver(self.virtapi, compute_driver)
  12. 2018-08-12 15:05:57.560 55479 ERROR nova File "/usr/lib/python2.7/dist-packages/nova/virt/driver.py", line 1626, in load_compute_driver
  13. 2018-08-12 15:05:57.560 55479 ERROR nova virtapi)
  14. 2018-08-12 15:05:57.560 55479 ERROR nova File "/usr/lib/python2.7/dist-packages/oslo_utils/importutils.py", line 44, in import_object
  15. 2018-08-12 15:05:57.560 55479 ERROR nova return import_class(import_str)(*args, **kwargs)
  16. 2018-08-12 15:05:57.560 55479 ERROR nova File "/usr/lib/python2.7/dist-packages/nova/virt/ec2/ec2driver.py", line 199, in __init__
  17. 2018-08-12 15:05:57.560 55479 ERROR nova eventlet.spawn(KeyPairNotifications(self.ec2_conn).run)
  18. 2018-08-12 15:05:57.560 55479 ERROR nova File "/usr/lib/python2.7/dist-packages/nova/virt/ec2/keypair.py", line 55, in __init__
  19. 2018-08-12 15:05:57.560 55479 ERROR nova self.connection = Connection(self.broker_uri)
  20. 2018-08-12 15:05:57.560 55479 ERROR nova File "/usr/lib/python2.7/dist-packages/kombu/connection.py", line 167, in __init__
  21. 2018-08-12 15:05:57.560 55479 ERROR nova params.update(parse_url(hostname))
  22. 2018-08-12 15:05:57.560 55479 ERROR nova File "/usr/lib/python2.7/dist-packages/kombu/utils/url.py", line 32, in parse_url
  23. 2018-08-12 15:05:57.560 55479 ERROR nova scheme, host, port, user, password, path, query = _parse_url(url)
  24. 2018-08-12 15:05:57.560 55479 ERROR nova File "/usr/lib/python2.7/dist-packages/kombu/utils/url.py", line 24, in _parse_url
  25. 2018-08-12 15:05:57.560 55479 ERROR nova return (scheme, unquote(parts.hostname or '') or None, parts.port,
  26. 2018-08-12 15:05:57.560 55479 ERROR nova File "/usr/lib/python2.7/urlparse.py", line 113, in port
  27. 2018-08-12 15:05:57.560 55479 ERROR nova port = int(port, 10)
  28. 2018-08-12 15:05:57.560 55479 ERROR nova ValueError: invalid literal for int() with base 10: 'None'
  29. 2018-08-12 15:05:57.560 55479 ERROR nova
Advertisement
Add Comment
Please, Sign In to add comment