Advertisement
Guest User

Untitled

a guest
Mar 27th, 2015
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. ENV ===>
  2.  
  3. [root@juno001 ~]# cat keystonerc_admin
  4. export OS_USERNAME=admin
  5. export OS_TENANT_NAME=admin
  6. export OS_PASSWORD=password
  7. export OS_AUTH_URL=https://juno001.fr:35357/v2.0/
  8. export OS_CACERT=/etc/keystone/ssl/certs/ca.pem
  9.  
  10.  
  11.  
  12. [root@juno001 ~]# keystone --debug user-list
  13. DEBUG:keystoneclient.auth.identity.v2:Making authentication request to https://juno001.fr:35357/v2.0/tokens
  14. INFO:urllib3.connectionpool:Starting new HTTPS connection (1): juno001.fr
  15. DEBUG:urllib3.connectionpool:"POST /v2.0/tokens HTTP/1.1" 200 3891
  16. DEBUG:keystoneclient.session:REQ: curl -i -X GET https://10.121.141.35:35357/v2.0/users -H "User-Agent: python-keystoneclient" -H "X-Auth-Token: TOKEN_REDACTED"
  17. INFO:urllib3.connectionpool:Starting new HTTPS connection (1): 10.121.141.35
  18. SSL exception connecting to https://10.121.141.35:35357/v2.0/users
  19.  
  20.  
  21. Keystone.log ==>
  22.  
  23. 2015-03-27 14:13:58.608 7374 DEBUG keystone.middleware.core [-] Auth token not in the request header. Will not build auth context. process_request /usr/lib/python2.7/site-packages/keystone/middleware/core.py:270
  24. 2015-03-27 14:13:58.610 7374 DEBUG keystone.common.wsgi [-] arg_dict: {} __call__ /usr/lib/python2.7/site-packages/keystone/common/wsgi.py:191
  25. 2015-03-27 14:13:58.715 7374 INFO eventlet.wsgi.server [-] 10.121.141.35 - - [27/Mar/2015 14:13:58] "POST /v2.0/tokens HTTP/1.1" 200 4021 0.106851
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement