Guest User

Untitled

a guest
Jan 13th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1.  
  2. [root@oslesctr005 ~]# export OS_AUTH_URL=http://oslesctr005:35357/v3
  3. [root@oslesctr005 ~]# keystone service-list
  4. /usr/lib/python2.7/site-packages/keystoneclient/shell.py:65: DeprecationWarning: The keystone CLI is deprecated in favor of python-openstackclient. For a Python library, continue using python-keystoneclient.
  5. 'python-keystoneclient.', DeprecationWarning)
  6. Authorization Failed: The resource could not be found. (HTTP 404) (Request-ID: req-6dc99af7-a129-4015-ae9a-16c91c85f221)
  7.  
  8. [root@oslesctr005 ~]# export OS_AUTH_URL=http://oslesctr005:35357/v2.0
  9. [root@oslesctr005 ~]# keystone service-list
  10. /usr/lib/python2.7/site-packages/keystoneclient/shell.py:65: DeprecationWarning: The keystone CLI is deprecated in favor of python-openstackclient. For a Python library, continue using python-keystoneclient.
  11. 'python-keystoneclient.', DeprecationWarning)
  12. +----------------------------------+----------+----------+-------------------------+
  13. | id | name | type | description |
  14. +----------------------------------+----------+----------+-------------------------+
  15. | 2698f29cd55b493da707e94d6cd5b20b | cinder | volume | OpenStack Block Storage |
  16. | 3c8ba5589a5c4d37a863b07a8b44dcf0 | cinderv2 | volumev2 | OpenStack Block Storage |
  17. | 7e9fc00380874b0bb20401bd11d4f9dc | glance | image | OpenStack Image service |
  18. | 68b6c368e67749a28b477c10681551ab | keystone | identity | OpenStack Identity |
  19. | b375143d1354446683681582172c84ee | neutron | network | OpenStack Networking |
  20. | 43c65b2daf6742c2bdf0e43a715c6d06 | nova | compute | OpenStack Compute |
  21. +----------------------------------+----------+----------+-------------------------+
  22. [root@oslesctr005 ~]#
Advertisement
Add Comment
Please, Sign In to add comment