Endpoint not found

Asked by varada

Using ubuntu 12.10:

Stuck at 'glance image-create'...

Even 'glance index' throws the same error 'Endpoint not Found'. Checked keystone and do see all end-points as recommended in the grizzly documentation.

queried mysql, and do see all endpoints there..and don't see any typos.

Appreciate any help.
Thanks,
Varada

Question information

Language:
English Edit question
Status:
Solved
For:
Glance Edit question
Assignee:
No assignee Edit question
Solved by:
varada
Solved:
Last query:
Last reply:
Revision history for this message
varada (varadaa) said :
#1

root@lab1:/etc/glance# glance index
Endpoint not found.
root@lab1:/etc/glance# keystone service-list
+----------------------------------+----------+--------------+--------------------------------+
| id | name | type | description |
+----------------------------------+----------+--------------+--------------------------------+
| 33954b9943d645489907a182789685b2 | swift | object-store | Object Storage Service |
| 65cb2c1db34749209434b340576ea28b | volume | volume | Nova Volume Service |
| 8064f59eba3b49a2b57c624fa51c039d | keystone | identity | Keystone Identity Service |
| 8ae6930f4f4c42d19fc16c287b5be592 | image | glance | Glance Image Service |
| ab39716d608c446cb462981d72dc5a66 | nova | compute | Nova Compute Service |
| ddc9c46b6aa24aee9cb2926ef7c5744a | ec2 | ec2 | EC2 Compatibiity Service Layer |
+----------------------------------+----------+--------------+--------------------------------+
root@lab1:/etc/glance# keystone endpoint-list
+----------------------------------+---------+--------------------------------------------------------------------+--------------------------------------------------------------------+----------------------------------------------+
| id | region | publicurl | internalurl | adminurl |
+----------------------------------+---------+--------------------------------------------------------------------+--------------------------------------------------------------------+----------------------------------------------+
| 03e53bec65aa47e38c9ec9ead30f8b77 | ZoneOne | http://192.168.133.10:5000/v2.0/%(tenant_id)s | http://192.168.133.10:5000/v2.0/%(tenant_id)s | http://192.168.133.10:5000/v2.0/%(tenant_id)s |
| 1087eb6caf024ed69e5343a7d2b08e0b | ZoneOne | http://192.168.133.10:8888/v1/AUTH_05a9906670394f0a9958b5edfc6e512f | http://192.168.133.10:8888/v1/AUTH_05a9906670394f0a9958b5edfc6e512f | http://192.168.133.10:8888/v1 |
| 4fbcda36fe104b64ad5f6310978ea8a3 | ZoneOne | http://192.168.133.10:8773/services/Cloud | http://192.168.133.10:8773/services/Cloud | http://192.168.133.10:8773/services/Admin |
| 74e471370e6a43189a2e5736ca37f229 | ZoneOne | http://192.168.133.10:5000/v2.0 | http://192.168.133.10:5000/v2.0 | http://192.168.133.10:5000/v2.0 |
| 90f5bbd4eea14b13a99dee3d4dd472e4 | ZoneOne | http://192.168.133.10:9292 | http://192.168.133.10:9292 | http://192.168.133.10:9292 |
| c7972a0f46994f5d92d57704b909d905 | ZoneOne | http://192.168.133.10:5000/v2.0/%(tenant_id)s | http://192.168.133.10:5000/v2.0/%(tenant_id)s | http://192.168.133.10:5000/v2.0/%(tenant_id)s |
+----------------------------------+---------+--------------------------------------------------------------------+--------------------------------------------------------------------+----------------------------------------------+
root@lab1:/etc/glance#

Revision history for this message
Jay Pipes (jaypipes) said :
#2

You need a /v1 at the end of your image URIs.

Revision history for this message
varada (varadaa) said :
#3

That's strange, I guess the install docs (http://docs.openstack.org/trunk/openstack-compute/install/apt/content/keystone-service-endpoint-create.html) needs update.

Thanks though. I actually end-up using the batch file to create the users/roles/service/endpoint..which eventually did right way, and resolved my 'issue' :)

Thanks again.