Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2012
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. tenant:user correct but wrong password:
  2. ubuntu@swift-a:~$ swift -V 2 -U ubuntu:ubuntu -K opeanstack -A http://192.168.122.102:5000/v2.0 list
  3. Auth GET failed: http://192.168.122.102:5000/v2.0/tokens 401 Not Authorized
  4.  
  5.  
  6.  
  7. tenant:user and password correct:
  8. ubuntu@swift-a:~$ swift -V 2 -U ubuntu:ubuntu -K openstack -A http://192.168.122.102:5000/v2.0 list
  9. [Errno 111] ECONNREFUSED
  10.  
  11. wrong tenant, user and password correct
  12. ubuntu@swift-a:~$ swift -V 2 -U falsetenant:ubuntu -K openstack -A http://192.168.122.102:5000/v2.0 list
  13. There is no object-store endpoint on this auth server.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement