Advertisement
tace

blazar host-list with identity_uri set

Jun 7th, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1.  
  2. CLIENT console:
  3. [root@k-cloud ~(blazar_blazar)]#
  4. [root@k-cloud ~(blazar_blazar)]# blazar host-list
  5. Starting new HTTP connection (1): 10.20.0.20
  6. Resetting dropped connection: 10.20.0.20
  7. Starting new HTTP connection (1): 10.20.0.20
  8. ERROR: {u'message': u'The server is currently unavailable. Please try again at a later time.<br /><br />\n\n\n', u'code': u'503 Service Unavailable', u'title': u'Service Unavailable'}
  9. [root@k-cloud ~(blazar_blazar)]#
  10.  
  11.  
  12.  
  13. blazar-manager/api console stdoutput errors:
  14. [root@k-cloud ~(keystone_admin)]# (14299) accepted ('10.20.0.20', 43482)
  15. 2017-06-07 14:13:18.560 14299 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.
  16. 2017-06-07 14:13:18.572 14299 ERROR keystonemiddleware.auth_token [-] Bad response code while validating token: 400
  17. 2017-06-07 14:13:18.579 14299 WARNING keystonemiddleware.auth_token [-] Identity response: {"error": {"message": "Expecting to find username or userId in passwordCredentials. The server could not comply with the request since it is either malformed or otherwise incorrect. The client is assumed to be in error.", "code": 400, "title": "Bad Request"}}
  18. 2017-06-07 14:13:18.579 14299 CRITICAL keystonemiddleware.auth_token [-] Unable to validate token: Failed to fetch token data from identity server
  19. 10.20.0.20 - - [07/Jun/2017 14:13:18] "GET /v1/os-hosts HTTP/1.1" 503 335 0.020658
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement