Advertisement
shaggycat

Untitled

May 12th, 2015
517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. keystone endpoint-list
  2. +----------------------------------+-----------+--------------------------------------------+--------------------------------------------+--------------------------------------------+----------------------------------+
  3. | id | region | publicurl | internalurl | adminurl | service_id |
  4. +----------------------------------+-----------+--------------------------------------------+--------------------------------------------+--------------------------------------------+----------------------------------+
  5. | 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 |
  6. | 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 |
  7. | 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 |
  8. | 422fc37817f1446ebb28ce345891a969 | regionOne | http://192.168.16.60:9292 | http://192.168.16.60:9292 | http://192.168.16.60:9292 | bee320fea2f0466e9b39ce41a38a8baa |
  9. | 8b3bd505a03f4a34a63225191f98d06d | regionOne | http://192.168.16.60:9696 | http://192.168.16.60:9696 | http://192.168.16.60:9696 | 30142bf31a344b61b10a6131943512b6 |
  10. | 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 |
  11. +----------------------------------+-----------+--------------------------------------------+--------------------------------------------+--------------------------------------------+----------------------------------+
  12. [root@study-controller ~]# keystone endpoint-get --service image
  13. +-----------------+---------------------------+
  14. | Property | Value |
  15. +-----------------+---------------------------+
  16. | image.publicURL | http://192.168.16.60:9292 |
  17. +-----------------+---------------------------+
  18. [root@study-controller ~]#
  19.  
  20.  
  21.  
  22. keystone service-list
  23. +----------------------------------+----------+----------+-------------------------+
  24. | id | name | type | description |
  25. +----------------------------------+----------+----------+-------------------------+
  26. | f5c60ff063574a4ca1d2a1b702a59d3f | cinder | volume | OpenStack Block Storage |
  27. | 1b73c140f08d456f855d96643e177c3b | cinderv2 | volumev2 | OpenStack Block Storage |
  28. | bee320fea2f0466e9b39ce41a38a8baa | glance | image | OpenStack Image Service |
  29. | c66bd8549c6c452a823da637c6368e79 | keystone | identity | OpenStack Identity |
  30. | 30142bf31a344b61b10a6131943512b6 | neutron | network | OpenStack Networking |
  31. | c478e570cb774640830ce47b57f6cd99 | nova | compute | OpenStack Compute |
  32. +----------------------------------+----------+----------+-------------------------+
  33. [root@study-controller ~]# keystone service-get bee320fea2f0466e9b39ce41a38a8baa
  34. +-------------+----------------------------------+
  35. | Property | Value |
  36. +-------------+----------------------------------+
  37. | description | OpenStack Image Service |
  38. | enabled | True |
  39. | id | bee320fea2f0466e9b39ce41a38a8baa |
  40. | name | glance |
  41. | type | image |
  42. +-------------+----------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement