Created
April 21, 2013 14:29
-
-
Save luozengbin/5429779 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[akira@jizai ~]$ export OS_SERVICE_TOKEN=ADMIN | |
[akira@jizai ~]$ export OS_SERVICE_ENDPOINT=http://localhost:35357/v2.0/ | |
[akira@jizai ~]$ keystone tenant-list | |
+----------------------------------+---------+---------+ | |
| id | name | enabled | | |
+----------------------------------+---------+---------+ | |
| 328e6770523a4e83b672b845d5e42eec | demo | True | | |
| b6ae2e8930ad41dea1adccaf02950a9f | service | True | | |
+----------------------------------+---------+---------+ | |
[akira@jizai ~]$ keystone user-list | |
+----------------------------------+--------+---------+-------+ | |
| id | name | enabled | email | | |
+----------------------------------+--------+---------+-------+ | |
| da1e4f18bec8493789534a0f51bfc8d7 | admin | True | | | |
| f93b9e341a664fedbba9795650ef1850 | ec2 | True | | | |
| 9435ac0f47254e939ee3a2edc2d84525 | glance | True | | | |
| 54c80820462d4ff08d74d530a46993ad | nova | True | | | |
| 3500bcb6ddc5471fa4978040ae759668 | swift | True | | | |
+----------------------------------+--------+---------+-------+ | |
[akira@jizai ~]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment