Advertisement
Guest User

tcp stream error on glance api for nova image-list

a guest
Mar 17th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1.  
  2. tcp stream taken from wireshark
  3. *******************************************************+
  4.  
  5. GET /v1/images/detail?is_public=none&limit=20 HTTP/1.1
  6. Host: 172.16.90.10:9292
  7. Accept-Encoding: gzip, deflate
  8. X-Tenant-Id: 1af03692813f48f49dd0130588c53909
  9. Accept: */*
  10. User-Agent: python-glanceclient
  11. Connection: keep-alive
  12. X-User-Id: a96dc90182dd499ebaa3814573336608
  13. X-Auth-Token: 19d9ec91e0c2428083e4a0ab64cf6823
  14. X-Identity-Status: Confirmed
  15. Content-Type: application/octet-stream
  16. X-Roles: admin
  17.  
  18. HTTP/1.1 500 Internal Server Error
  19. Content-Length: 228
  20. Content-Type: text/html; charset=UTF-8
  21. X-Openstack-Request-Id: req-718b92c6-c72d-48c2-b535-c9caf98f6753
  22. Date: Thu, 17 Mar 2016 15:59:21 GMT
  23. Connection: keep-alive
  24.  
  25. <html>
  26. <head>
  27. <title>500 Internal Server Error</title>
  28. </head>
  29. <body>
  30. <h1>500 Internal Server Error</h1>
  31. The server has either erred or is incapable of performing the requested operation.<br /><br />
  32.  
  33.  
  34.  
  35. </body>
  36. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement