Comment 2 for bug 1012701

Revision history for this message
Sebastien (tuzisan) wrote :

The keystone configuration is:

$ keystone service-list
+----------------------------------+--------------+--------------+----------------------------+
| id | name | type | description |
+----------------------------------+--------------+--------------+----------------------------+
| 2c8e94af7a29422980e96e70344708b9 | glance | image | OpenStack Image Service |
| 2eef3074b9294a59ab201428e4671466 | nova | compute | OpenStack Compute Service |
| 31cc0289a2bc44308814ef4cb107ac87 | ec2 | ec2 | EC2 Service |
| 86d0b5e219b74e25b7e3305bd5cc2fb0 | service_name | service_type | description of the service |
| 90d6cb2b8f094113a263b42b4aa41309 | volume | volume | OpenStack Volume Service |
| d2890106abc543fbb5ddcee544295860 | keystone | identity | OpenStack Identity Service |
| deff7038d6eb4177a4b235a4b27b77b1 | swift | object-store | OpenStack Storage Service |
+----------------------------------+--------------+--------------+----------------------------+

$ keystone endpoint-list
+----------------------------------+----------+------------------------------------------------+------------------------------------------------+-------------------------------------------+
| id | region | publicurl | internalurl | adminurl |
+----------------------------------+----------+------------------------------------------------+------------------------------------------------+-------------------------------------------+
| 50bbf522b97846c5ae2af6f2b9fe0ce6 | myregion | http://192.168.1.25:8773/services/Cloud | http://192.168.1.25:8773/services/Cloud | http://192.168.1.25:8773/services/Admin |
| 6183219c9e6b47faa4011d99d2c07886 | myregion | http://192.168.1.25:8774/v2/$(tenant_id)s | http://192.168.1.25:8774/v2/$(tenant_id)s | http://192.168.1.25:8774/v2/$(tenant_id)s |
| 6cfbc85c70474c0dbc94e12bee591b8d | myregion | http://192.168.1.25:9292/v1/$(tenant_id)s | http://192.168.1.25:9292/v1 | http://192.168.1.25:9292/v1 |
| 834bc39f2edd4c1eb4af5b5d64ad545c | myregion | http://192.168.1.25:5000/v2.0 | http://192.168.1.25:5000/v2.0 | http://192.168.1.25:35357/v2.0 |
| f7d02209fe5f4812a73240bc44088de8 | myregion | http://192.168.1.25:8776/v1/$(tenant_id)s | http://192.168.1.25:8776/v1/$(tenant_id)s | http://192.168.1.25:8776/v1/$(tenant_id)s |
| f8f04a355af842319ed4741c43950425 | myregion | http://192.168.1.25:8080/v1/AUTH_$(tenant_id)s | http://192.168.1.25:8080/v1/AUTH_$(tenant_id)s | http://192.168.1.25:8080/v1 |
+----------------------------------+----------+------------------------------------------------+------------------------------------------------+-------------------------------------------+