Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [root@oslesctr005 ~]# export OS_AUTH_URL=http://oslesctr005:35357/v3
- [root@oslesctr005 ~]# keystone service-list
- /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.
- 'python-keystoneclient.', DeprecationWarning)
- Authorization Failed: The resource could not be found. (HTTP 404) (Request-ID: req-6dc99af7-a129-4015-ae9a-16c91c85f221)
- [root@oslesctr005 ~]# export OS_AUTH_URL=http://oslesctr005:35357/v2.0
- [root@oslesctr005 ~]# keystone service-list
- /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.
- 'python-keystoneclient.', DeprecationWarning)
- +----------------------------------+----------+----------+-------------------------+
- | id | name | type | description |
- +----------------------------------+----------+----------+-------------------------+
- | 2698f29cd55b493da707e94d6cd5b20b | cinder | volume | OpenStack Block Storage |
- | 3c8ba5589a5c4d37a863b07a8b44dcf0 | cinderv2 | volumev2 | OpenStack Block Storage |
- | 7e9fc00380874b0bb20401bd11d4f9dc | glance | image | OpenStack Image service |
- | 68b6c368e67749a28b477c10681551ab | keystone | identity | OpenStack Identity |
- | b375143d1354446683681582172c84ee | neutron | network | OpenStack Networking |
- | 43c65b2daf6742c2bdf0e43a715c6d06 | nova | compute | OpenStack Compute |
- +----------------------------------+----------+----------+-------------------------+
- [root@oslesctr005 ~]#
Advertisement
Add Comment
Please, Sign In to add comment