<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"># glance  -I adminUser -K ... -S keystone -N <a href="http://192.168.131.141:5000/v2.0" target="_blank">http://192.168.131.141:5000/v2.0</a>' index<br>

Failed to show index. Got error:<br>
Response from Keystone does not contain a Glance endpoint.<br></blockquote><div><br></div><div>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</div>
<div><br></div><div>So, I don't think you're ever hitting the glance server.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Keystone appears to be working, or at least passing basic tests:<br>
keystone # curl -d '{"auth": {"tenantName": "service", "passwordCredentials":{"username": "glance", "password": "glance"}}}' -H "Content-type: application/json" <a href="http://192.168.131.141:35357/v2.0/tokens" target="_blank">http://192.168.131.141:35357/v2.0/tokens</a> | python -mjson.tool<br>

<a href="http://paste.openstack.org/show/11078/" target="_blank">http://paste.openstack.org/show/11078/</a></blockquote><div><br></div><div>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?</div>
<div><br></div><div>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.</div><div><br></div><div>
Justin</div></div>