Advertisement
Guest User

Untitled

a guest
Nov 30th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.54 KB | None | 0 0
  1. 2018-11-29 13:42:31.300 27761 INFO cloudkitty.api.app [-] Full WSGI config used: /etc/cloudkitty/api_paste.ini
  2. 2018-11-29 13:42:31.300 27761 INFO cloudkitty.api.app [-] Cloudkitty api with 'keystone' auth type will be loaded.
  3. 2018-11-29 13:42:32.033 27761 WARNING keystonemiddleware._common.config [-] The option "__file__" in conf is not known to auth_token
  4. 2018-11-29 13:42:32.033 27761 WARNING keystonemiddleware._common.config [-] The option "here" in conf is not known to auth_token
  5. 2018-11-29 13:42:32.034 27761 WARNING keystonemiddleware.auth_token [-] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True.
  6. 2018-11-29 13:42:32.038 27761 WARNING keystonemiddleware.auth_token [-] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint
  7. 2018-11-29 13:42:42.246 27761 WARNING keystonemiddleware.auth_token [-] Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option.
  8. 2018-11-29 13:42:42.732 27761 WARNING keystonemiddleware.auth_token [-] Identity response: {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}}: Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-4dfad077-3143-4186-a2c8-484f4da01bfa)
  9. 2018-11-29 13:42:43.149 27761 WARNING keystonemiddleware.auth_token [-] Identity response: {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}}: Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-64253d65-1617-41bc-ab0b-b251dd3d39ef)
  10. 2018-11-29 13:42:43.150 27761 CRITICAL keystonemiddleware.auth_token [-] Unable to validate token: Identity server rejected authorization necessary to fetch token data: ServiceError: Identity server rejected authorization necessary to fetch token data
  11. 2018-11-29 13:43:11.295 27761 CRITICAL cloudkitty [-] Unhandled error: KeyboardInterrupt
  12. 2018-11-29 13:43:11.295 27761 ERROR cloudkitty Traceback (most recent call last):
  13. 2018-11-29 13:43:11.295 27761 ERROR cloudkitty File "/bin/cloudkitty-api", line 47, in <module>
  14. 2018-11-29 13:43:11.295 27761 ERROR cloudkitty server.serve_forever()
  15. 2018-11-29 13:43:11.295 27761 ERROR cloudkitty File "/usr/lib64/python2.7/SocketServer.py", line 236, in serve_forever
  16. 2018-11-29 13:43:11.295 27761 ERROR cloudkitty poll_interval)
  17. 2018-11-29 13:43:11.295 27761 ERROR cloudkitty File "/usr/lib64/python2.7/SocketServer.py", line 155, in _eintr_retry
  18. 2018-11-29 13:43:11.295 27761 ERROR cloudkitty return func(*args)
  19. 2018-11-29 13:43:11.295 27761 ERROR cloudkitty KeyboardInterrupt
  20. 2018-11-29 13:43:11.295 27761 ERROR cloudkitty
  21. 2018-11-29 14:30:42.698 27850 INFO cloudkitty.api.app [-] Full WSGI config used: /etc/cloudkitty/api_paste.ini
  22. 2018-11-29 14:30:42.698 27850 INFO cloudkitty.api.app [-] Cloudkitty api with 'keystone' auth type will be loaded.
  23. 2018-11-29 14:30:43.374 27850 WARNING keystonemiddleware._common.config [-] The option "__file__" in conf is not known to auth_token
  24. 2018-11-29 14:30:43.374 27850 WARNING keystonemiddleware._common.config [-] The option "here" in conf is not known to auth_token
  25. 2018-11-29 14:30:43.375 27850 WARNING keystonemiddleware.auth_token [-] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True.
  26. 2018-11-29 14:30:43.379 27850 WARNING keystonemiddleware.auth_token [-] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint
  27. 2018-11-29 14:33:49.808 27850 WARNING keystonemiddleware.auth_token [-] Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option.
  28. 2018-11-29 14:33:50.315 27850 WARNING keystonemiddleware.auth_token [-] Identity response: {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}}: Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-f9481484-6625-44ae-abd6-0f70c36e3adf)
  29. 2018-11-29 14:33:50.843 27850 WARNING keystonemiddleware.auth_token [-] Identity response: {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}}: Unauthorized: The request you have made requires authentication. (HTTP 401) (Request-ID: req-bb50cdef-e933-4949-b310-a269675fc0bc)
  30. 2018-11-29 14:33:50.844 27850 CRITICAL keystonemiddleware.auth_token [-] Unable to validate token: Identity server rejected authorization necessary to fetch token data: ServiceError: Identity server rejected authorization necessary to fetch token data
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement