raniaadouni

ZUN-API

Jan 14th, 2019
677
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. 2019-01-15 03:23:08.630 13360 INFO zun.api.app [-] Full WSGI config used: /etc/zun/api-paste.ini
  2. 2019-01-15 03:23:08.679 13360 WARNING keystonemiddleware._common.config [-] The option "__file__" in conf is not known to auth_token
  3. 2019-01-15 03:23:08.680 13360 WARNING keystonemiddleware._common.config [-] The option "here" in conf is not known to auth_token
  4. 2019-01-15 03:23:08.697 13360 ERROR oslo.service.wsgi [-] Could not bind to 192.168.1.20:9517: error: [Errno 98] Address already in use
  5. 2019-01-15 03:23:08.697 13360 CRITICAL zun [-] Unhandled error: error: [Errno 98] Address already in use
  6. 2019-01-15 03:23:08.697 13360 ERROR zun Traceback (most recent call last):
  7. 2019-01-15 03:23:08.697 13360 ERROR zun File "/usr/local/bin/zun-api", line 10, in <module>
  8. 2019-01-15 03:23:08.697 13360 ERROR zun sys.exit(main())
  9. 2019-01-15 03:23:08.697 13360 ERROR zun File "/usr/local/lib/python2.7/dist-packages/zun/cmd/api.py", line 44, in main
  10. 2019-01-15 03:23:08.697 13360 ERROR zun CONF.api.enable_ssl_api
  11. 2019-01-15 03:23:08.697 13360 ERROR zun File "/usr/local/lib/python2.7/dist-packages/zun/common/service.py", line 68, in __init__
  12. 2019-01-15 03:23:08.697 13360 ERROR zun use_ssl=use_ssl)
  13. 2019-01-15 03:23:08.697 13360 ERROR zun File "/usr/lib/python2.7/dist-packages/oslo_service/wsgi.py", line 115, in __init__
  14. 2019-01-15 03:23:08.697 13360 ERROR zun self.socket = self._get_socket(host, port, backlog)
  15. 2019-01-15 03:23:08.697 13360 ERROR zun File "/usr/lib/python2.7/dist-packages/oslo_service/wsgi.py", line 143, in _get_socket
  16. 2019-01-15 03:23:08.697 13360 ERROR zun sock = eventlet.listen(bind_addr, family, backlog=backlog)
  17. 2019-01-15 03:23:08.697 13360 ERROR zun File "/usr/lib/python2.7/dist-packages/eventlet/convenience.py", line 43, in listen
  18. 2019-01-15 03:23:08.697 13360 ERROR zun sock.bind(addr)
  19. 2019-01-15 03:23:08.697 13360 ERROR zun File "/usr/lib/python2.7/socket.py", line 228, in meth
  20. 2019-01-15 03:23:08.697 13360 ERROR zun return getattr(self._sock,name)(*args)
  21. 2019-01-15 03:23:08.697 13360 ERROR zun error: [Errno 98] Address already in use
  22. 2019-01-15 03:23:08.697 13360 ERROR zun
Advertisement
Add Comment
Please, Sign In to add comment