Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- keystone endpoint-list
- +----------------------------------+-----------+--------------------------------------------+--------------------------------------------+--------------------------------------------+----------------------------------+
- | id | region | publicurl | internalurl | adminurl | service_id |
- +----------------------------------+-----------+--------------------------------------------+--------------------------------------------+--------------------------------------------+----------------------------------+
- | 0843f475bc164d0e8ee6a909c9421cba | regionOne | http://192.168.16.60:8776/v1/%(tenant_id)s | http://192.168.16.60:8776/v1/%(tenant_id)s | http://192.168.16.60:8776/v1/%(tenant_id)s | f5c60ff063574a4ca1d2a1b702a59d3f |
- | 0a5a5cd8c9ca484682f0236f91044f7c | regionOne | http://192.168.16.60:8774/v2/%(tenant_id)s | http://192.168.16.60:8774/v2/%(tenant_id)s | http://192.168.16.60:8774/v2/%(tenant_id)s | c478e570cb774640830ce47b57f6cd99 |
- | 166e9ba4b45c455b871ef903e068deba | regionOne | http://192.168.16.60:8776/v2/%(tenant_id)s | http://192.168.16.60:8776/v2/%(tenant_id)s | http://192.168.16.60:8776/v2/%(tenant_id)s | 1b73c140f08d456f855d96643e177c3b |
- | 422fc37817f1446ebb28ce345891a969 | regionOne | http://192.168.16.60:9292 | http://192.168.16.60:9292 | http://192.168.16.60:9292 | bee320fea2f0466e9b39ce41a38a8baa |
- | 8b3bd505a03f4a34a63225191f98d06d | regionOne | http://192.168.16.60:9696 | http://192.168.16.60:9696 | http://192.168.16.60:9696 | 30142bf31a344b61b10a6131943512b6 |
- | cd0dab038f1042c499eadb22d099a66b | regionOne | http://192.168.16.60:5000/v2.0 | http://192.168.16.60:5000/v2.0 | http://192.168.16.60:35357/v2.0 | c66bd8549c6c452a823da637c6368e79 |
- +----------------------------------+-----------+--------------------------------------------+--------------------------------------------+--------------------------------------------+----------------------------------+
- [root@study-controller ~]# keystone endpoint-get --service image
- +-----------------+---------------------------+
- | Property | Value |
- +-----------------+---------------------------+
- | image.publicURL | http://192.168.16.60:9292 |
- +-----------------+---------------------------+
- [root@study-controller ~]#
- keystone service-list
- +----------------------------------+----------+----------+-------------------------+
- | id | name | type | description |
- +----------------------------------+----------+----------+-------------------------+
- | f5c60ff063574a4ca1d2a1b702a59d3f | cinder | volume | OpenStack Block Storage |
- | 1b73c140f08d456f855d96643e177c3b | cinderv2 | volumev2 | OpenStack Block Storage |
- | bee320fea2f0466e9b39ce41a38a8baa | glance | image | OpenStack Image Service |
- | c66bd8549c6c452a823da637c6368e79 | keystone | identity | OpenStack Identity |
- | 30142bf31a344b61b10a6131943512b6 | neutron | network | OpenStack Networking |
- | c478e570cb774640830ce47b57f6cd99 | nova | compute | OpenStack Compute |
- +----------------------------------+----------+----------+-------------------------+
- [root@study-controller ~]# keystone service-get bee320fea2f0466e9b39ce41a38a8baa
- +-------------+----------------------------------+
- | Property | Value |
- +-------------+----------------------------------+
- | description | OpenStack Image Service |
- | enabled | True |
- | id | bee320fea2f0466e9b39ce41a38a8baa |
- | name | glance |
- | type | image |
- +-------------+----------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement