Advertisement
Guest User

Untitled

a guest
Dec 1st, 2016
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. $ trove module-list
  2. <snip>
  3.  
  4. DEBUG (session:342) REQ: curl -g -i -X GET http://10.242.1.250:8779/v1.0/87b585295300479aa71b503ec0b2d0af/modules -H "User-Agent: trove keystoneauth1/2.15.0 python-requests/2.11.1 CPython/2.7.12" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2e950db33dc05a4bea9564e1209658b32d9884a1"
  5. INFO (connectionpool:214) Starting new HTTP connection (1): 10.242.1.250
  6. DEBUG (connectionpool:401) "GET /v1.0/87b585295300479aa71b503ec0b2d0af/modules HTTP/1.1" 200 15
  7. DEBUG (session:371) RESP: [200] Content-Type: application/json Content-Length: 15 Date: Fri, 02 Dec 2016 02:14:12 GMT Connection: keep-alive
  8. RESP BODY: {"modules": []}
  9.  
  10. DEBUG (shell:754) 'access'
  11. Traceback (most recent call last):
  12. File "/opt/stack/python-troveclient/troveclient/shell.py", line 749, in main
  13. sys.argv[1:]))
  14. File "/opt/stack/python-troveclient/troveclient/shell.py", line 563, in main
  15. args.func(self.cs, args)
  16. File "/opt/stack/python-troveclient/troveclient/v1/shell.py", line 1744, in do_module_list
  17. roles = cs.client.auth.auth_ref._data['access']['user']['roles']
  18. KeyError: 'access'
  19. ERROR: 'access'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement