Guest User

Keystone Bug Test Results

a guest
Jun 18th, 2015
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.42 KB | None | 0 0
  1. vagrant@Ubuntu64:~$ keystone service-list
  2. +----------------------------------+----------+----------------+-----------------------------+
  3. | id | name | type | description |
  4. +----------------------------------+----------+----------------+-----------------------------+
  5. | 493f69794e174740a0d9ba5c320cdd4e | cinder | volume | Cinder Volume Service |
  6. | c5768a519fd74b89835310791196ecc2 | cinderv2 | volumev2 | Cinder Volume Service V2 |
  7. | a19ace27a7a54d7eb3aee8a86ab4761e | ec2 | ec2 | EC2 Compatibility Layer |
  8. | b65e889676144da5b03ef018419194ee | glance | image | Glance Image Service |
  9. | 71021b1cd2444359bb9da7357b0ce134 | heat | orchestration | Heat Orchestration Service |
  10. | cc8713522aab475380845610590b771d | heat-cfn | cloudformation | Heat CloudFormation Service |
  11. | 3b63d194110a41d38b1fe51b91b52662 | keystone | identity | Keystone Identity Service |
  12. | 58f8fa191610461ca3976d713201516b | neutron | network | Neutron Service |
  13. | c8197ca6ac0941deb272d1b72ca4bff7 | nova | compute | Nova Compute Service |
  14. | ebee5c86f3ed4344b4c40439d15e5a51 | novav21 | computev21 | Nova Compute Service V2.1 |
  15. | 34ffb502e59048be965b310522464b5c | s3 | s3 | S3 |
  16. +----------------------------------+----------+----------------+-----------------------------+
  17. vagrant@Ubuntu64:~$ keystone endpoint-create --service_id 3b63d194110a41d38b1fe51b91b52662 --publicurl "http://127.0.0.1:8774 /v1.1/\$(tenant_i d)s" --adminurl " http://127.0.0.1:8774 /v1.1/\$(tenant_i d)s" --internalurl "http://127.0.0.1:8774 /v1.1/\$(tenant_i d)s"
  18. +-------------+---------------------------------------------+
  19. | Property | Value |
  20. +-------------+---------------------------------------------+
  21. | adminurl | http://127.0.0.1:8774 /v1.1/$(tenant_i d)s |
  22. | id | 2cfc9261ce634c6a996394aa309fd758 |
  23. | internalurl | http://127.0.0.1:8774 /v1.1/$(tenant_i d)s |
  24. | publicurl | http://127.0.0.1:8774 /v1.1/$(tenant_i d)s |
  25. | region | regionOne |
  26. | service_id | 3b63d194110a41d38b1fe51b91b52662 |
  27. +-------------+---------------------------------------------+
  28. vagrant@Ubuntu64:~$ keystone endpoint-create --service_id 3b63d194110a41d38b1fe51b91b52662 --publicurl "http://127.0.0.1:8774 /v1.1/\$(tenant_id)s" --adminurl " http://127.0.0.1:8774 /v1.1/\$(tenant_id)s" --internalurl "http://127.0.0.1:8774 /v1.1/\$(tenant_id)s"
  29. +-------------+--------------------------------------------+
  30. | Property | Value |
  31. +-------------+--------------------------------------------+
  32. | adminurl | http://127.0.0.1:8774 /v1.1/$(tenant_id)s |
  33. | id | 860843c8c6984cec8f5ae1bd2d4808ef |
  34. | internalurl | http://127.0.0.1:8774 /v1.1/$(tenant_id)s |
  35. | publicurl | http://127.0.0.1:8774 /v1.1/$(tenant_id)s |
  36. | region | regionOne |
  37. | service_id | 3b63d194110a41d38b1fe51b91b52662 |
  38. +-------------+--------------------------------------------+
  39. vagrant@Ubuntu64:~$ keystone catalog
  40. Service: computev21
  41. +-------------+---------------------------------------------------------------+
  42. | Property | Value |
  43. +-------------+---------------------------------------------------------------+
  44. | adminURL | http://10.10.10.24:8774/v2.1/0a51450278d5464fbd01b4ae280dd464 |
  45. | id | 7c9da28362774290b9af7fcf1f330c33 |
  46. | internalURL | http://10.10.10.24:8774/v2.1/0a51450278d5464fbd01b4ae280dd464 |
  47. | publicURL | http://10.10.10.24:8774/v2.1/0a51450278d5464fbd01b4ae280dd464 |
  48. | region | RegionOne |
  49. +-------------+---------------------------------------------------------------+
  50. Service: compute
  51. +-------------+-------------------------------------------------------------+
  52. | Property | Value |
  53. +-------------+-------------------------------------------------------------+
  54. | adminURL | http://10.10.10.24:8774/v2/0a51450278d5464fbd01b4ae280dd464 |
  55. | id | 228c68ad6279412d8ea0d921a41e5081 |
  56. | internalURL | http://10.10.10.24:8774/v2/0a51450278d5464fbd01b4ae280dd464 |
  57. | publicURL | http://10.10.10.24:8774/v2/0a51450278d5464fbd01b4ae280dd464 |
  58. | region | RegionOne |
  59. +-------------+-------------------------------------------------------------+
  60. Service: network
  61. +-------------+----------------------------------+
  62. | Property | Value |
  63. +-------------+----------------------------------+
  64. | adminURL | http://10.10.10.24:9696/ |
  65. | id | 23a9ad6315a44d05bd3919c972b21762 |
  66. | internalURL | http://10.10.10.24:9696/ |
  67. | publicURL | http://10.10.10.24:9696/ |
  68. | region | RegionOne |
  69. +-------------+----------------------------------+
  70. Service: volumev2
  71. +-------------+-------------------------------------------------------------+
  72. | Property | Value |
  73. +-------------+-------------------------------------------------------------+
  74. | adminURL | http://10.10.10.24:8776/v2/0a51450278d5464fbd01b4ae280dd464 |
  75. | id | 1ef53fdfb32746479e07b75623b77465 |
  76. | internalURL | http://10.10.10.24:8776/v2/0a51450278d5464fbd01b4ae280dd464 |
  77. | publicURL | http://10.10.10.24:8776/v2/0a51450278d5464fbd01b4ae280dd464 |
  78. | region | RegionOne |
  79. +-------------+-------------------------------------------------------------+
  80. Service: s3
  81. +-------------+----------------------------------+
  82. | Property | Value |
  83. +-------------+----------------------------------+
  84. | adminURL | http://10.10.10.24:3333 |
  85. | id | 449a451c7e7e40c5a6523270f2225efb |
  86. | internalURL | http://10.10.10.24:3333 |
  87. | publicURL | http://10.10.10.24:3333 |
  88. | region | RegionOne |
  89. +-------------+----------------------------------+
  90. Service: image
  91. +-------------+----------------------------------+
  92. | Property | Value |
  93. +-------------+----------------------------------+
  94. | adminURL | http://10.10.10.24:9292 |
  95. | id | 58caf87c449045368f759febd72876ae |
  96. | internalURL | http://10.10.10.24:9292 |
  97. | publicURL | http://10.10.10.24:9292 |
  98. | region | RegionOne |
  99. +-------------+----------------------------------+
  100. Service: cloudformation
  101. +-------------+----------------------------------+
  102. | Property | Value |
  103. +-------------+----------------------------------+
  104. | adminURL | http://10.10.10.24:8000/v1 |
  105. | id | 8a0d44ff434d4fdd9aca219ab3a0a3a2 |
  106. | internalURL | http://10.10.10.24:8000/v1 |
  107. | publicURL | http://10.10.10.24:8000/v1 |
  108. | region | RegionOne |
  109. +-------------+----------------------------------+
  110. Service: volume
  111. +-------------+-------------------------------------------------------------+
  112. | Property | Value |
  113. +-------------+-------------------------------------------------------------+
  114. | adminURL | http://10.10.10.24:8776/v1/0a51450278d5464fbd01b4ae280dd464 |
  115. | id | 40287d65a4264ec7b6eba3a6cf982f98 |
  116. | internalURL | http://10.10.10.24:8776/v1/0a51450278d5464fbd01b4ae280dd464 |
  117. | publicURL | http://10.10.10.24:8776/v1/0a51450278d5464fbd01b4ae280dd464 |
  118. | region | RegionOne |
  119. +-------------+-------------------------------------------------------------+
  120. Service: ec2
  121. +-------------+----------------------------------------+
  122. | Property | Value |
  123. +-------------+----------------------------------------+
  124. | adminURL | http://10.10.10.24:8773/services/Admin |
  125. | id | 6565f67c8fe14e638300df1c20a964f6 |
  126. | internalURL | http://10.10.10.24:8773/services/Cloud |
  127. | publicURL | http://10.10.10.24:8773/services/Cloud |
  128. | region | RegionOne |
  129. +-------------+----------------------------------------+
  130. Service: orchestration
  131. +-------------+-------------------------------------------------------------+
  132. | Property | Value |
  133. +-------------+-------------------------------------------------------------+
  134. | adminURL | http://10.10.10.24:8004/v1/0a51450278d5464fbd01b4ae280dd464 |
  135. | id | 06c08bfdaa3b4a48bee991ca67283add |
  136. | internalURL | http://10.10.10.24:8004/v1/0a51450278d5464fbd01b4ae280dd464 |
  137. | publicURL | http://10.10.10.24:8004/v1/0a51450278d5464fbd01b4ae280dd464 |
  138. | region | RegionOne |
  139. +-------------+-------------------------------------------------------------+
  140. Service: identity
  141. +-------------+----------------------------------+
  142. | Property | Value |
  143. +-------------+----------------------------------+
  144. | adminURL | http://10.10.10.24:35357/v2.0 |
  145. | id | 0a3b6c6df1de44eb89b76378573131ab |
  146. | internalURL | http://10.10.10.24:5000/v2.0 |
  147. | publicURL | http://10.10.10.24:5000/v2.0 |
  148. | region | RegionOne |
  149. +-------------+----------------------------------+
  150. +-------------+---------------------------------------------------------------+
  151. | Property | Value |
  152. +-------------+---------------------------------------------------------------+
  153. | adminURL | http://127.0.0.1:8774 /v1.1/0a51450278d5464fbd01b4ae280dd464 |
  154. | id | 0fd3a911070e4a379c743491e7d00ae2 |
  155. | internalURL | http://127.0.0.1:8774 /v1.1/0a51450278d5464fbd01b4ae280dd464 |
  156. | publicURL | http://127.0.0.1:8774 /v1.1/0a51450278d5464fbd01b4ae280dd464 |
  157. | region | regionOne |
  158. +-------------+---------------------------------------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment