Guest User

wahly

a guest
Jun 12th, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. root@virt03:~ # keystone user-list
  2. WARNING: Bypassing authentication using a token & endpoint (authentication credentials are being ignored).
  3. +----------------------------------+--------+---------+-------+
  4. | id | name | enabled | email |
  5. +----------------------------------+--------+---------+-------+
  6. | 2853c5b070964658bb80699cb5a42fba | admin | True | |
  7. | 2bbd4b2bb5c84ede97a38ea6d6b27a9d | ec2 | True | |
  8. | 5655ca2f6d794212a166bc71fa0a8fd5 | glance | True | |
  9. | ad09eead4275486aa21b3f463386075e | nova | True | |
  10. | 28bb0572369540599f4ffc78cb4910d3 | swift | True | |
  11. +----------------------------------+--------+---------+-------+
  12. root@virt03:~ # keystone tenant-list
  13. WARNING: Bypassing authentication using a token & endpoint (authentication credentials are being ignored).
  14. +----------------------------------+---------+---------+
  15. | id | name | enabled |
  16. +----------------------------------+---------+---------+
  17. | 9b44fee6b38143da8d2f7c3b2d6fd6e5 | admin | True |
  18. | 27c046525f9a4c4b8e8977efa47c4c1c | demo | True |
  19. | 78f30dce531849289849f5feaaf8638d | service | True |
  20. +----------------------------------+---------+---------+
  21. root@virt03:~ # keystone role-list
  22. WARNING: Bypassing authentication using a token & endpoint (authentication credentials are being ignored).
  23. +----------------------------------+----------+
  24. | id | name |
  25. +----------------------------------+----------+
  26. | 9fe2ff9ee4384b1894a90878d3e92bab | _member_ |
  27. | 4d5b088b44834f7197955082d62e2c65 | admin |
  28. +----------------------------------+----------+
  29. root@virt03:~ # keystone user-role-list
  30. WARNING: Bypassing authentication using a token & endpoint (authentication credentials are being ignored).
  31. 'Client' object has no attribute 'auth_tenant_id'
  32. root@virt03:~ # glance --os-username admin --os-tenant-name admin --os-password admin image-create --is-public true --disk-format qcow2 --container-format bare --name "Ubuntu" < ubuntu-12.04-server-cloudimg-amd64-disk1.img
  33. Unable to communicate with identity service: {"error": {"message": "Invalid project", "code": 401, "title": "Not Authorized"}}. (HTTP 401)
Advertisement
Add Comment
Please, Sign In to add comment