Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@virt03:~ # keystone user-list
- WARNING: Bypassing authentication using a token & endpoint (authentication credentials are being ignored).
- +----------------------------------+--------+---------+-------+
- | id | name | enabled | email |
- +----------------------------------+--------+---------+-------+
- | 2853c5b070964658bb80699cb5a42fba | admin | True | |
- | 2bbd4b2bb5c84ede97a38ea6d6b27a9d | ec2 | True | |
- | 5655ca2f6d794212a166bc71fa0a8fd5 | glance | True | |
- | ad09eead4275486aa21b3f463386075e | nova | True | |
- | 28bb0572369540599f4ffc78cb4910d3 | swift | True | |
- +----------------------------------+--------+---------+-------+
- root@virt03:~ # keystone tenant-list
- WARNING: Bypassing authentication using a token & endpoint (authentication credentials are being ignored).
- +----------------------------------+---------+---------+
- | id | name | enabled |
- +----------------------------------+---------+---------+
- | 9b44fee6b38143da8d2f7c3b2d6fd6e5 | admin | True |
- | 27c046525f9a4c4b8e8977efa47c4c1c | demo | True |
- | 78f30dce531849289849f5feaaf8638d | service | True |
- +----------------------------------+---------+---------+
- root@virt03:~ # keystone role-list
- WARNING: Bypassing authentication using a token & endpoint (authentication credentials are being ignored).
- +----------------------------------+----------+
- | id | name |
- +----------------------------------+----------+
- | 9fe2ff9ee4384b1894a90878d3e92bab | _member_ |
- | 4d5b088b44834f7197955082d62e2c65 | admin |
- +----------------------------------+----------+
- root@virt03:~ # keystone user-role-list
- WARNING: Bypassing authentication using a token & endpoint (authentication credentials are being ignored).
- 'Client' object has no attribute 'auth_tenant_id'
- 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
- 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