> > # glance -I adminUser -K ... -S keystone -N > http://192.168.131.141:5000/v2.0' index > Failed to show index. Got error: > Response from Keystone does not contain a Glance endpoint. >
I think that means that the glance client can't find a suitable glance endpoint in the response from Keystone. Relevant code is in get_endpoint around line 200 of glance/common/auth.py So, I don't think you're ever hitting the glance server. Keystone appears to be working, or at least passing basic tests: > keystone # curl -d '{"auth": {"tenantName": "service", > "passwordCredentials":{"username": "glance", "password": "glance"}}}' -H > "Content-type: application/json" http://192.168.131.141:35357/v2.0/tokens| > python -mjson.tool > http://paste.openstack.org/show/11078/ The response (in the paste) looks good to me. If you're passing in a region ("OS_REGION_NAME or via the '-R/--region' command line") then maybe this is wrong? If not, you could try this curl with the same credentials as you're using with the glance CLI tool, to verify that the glance endpoint is being returned correctly here also. Justin
_______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp