Re: [Openstack] Essex keystone with remote glance endpoint

2012-03-20 Thread Jason Hedden
On Mar 19, 2012, at 12:13 PM, Jason Hedden wrote: > Glance host (192.168.131.142): > glance # lsb_release -d; uname -a; dpkg -l | egrep "glance|keystone" > Description: Ubuntu precise (development branch) > Linux ubuntu 3.2.0-17-generic #27-Ubuntu SMP Fri Feb 24 15:37:36 UTC 2012 > x86_64 x86_64

Re: [Openstack] Essex keystone with remote glance endpoint

2012-03-20 Thread stuart . mclaren
Hi Jason, Using 'ngrep' may be helpful here to help see what's going on. # ngrep -W byline -d ethX port 5000 or 35357 where 'ethX' is the relevant ethernet interface, eg 'eth0' or 'lo'. This should generate output along the following lines so we can see the glance <-> keystone API exchanges:

Re: [Openstack] Essex keystone with remote glance endpoint

2012-03-19 Thread Jason Hedden
On Mar 19, 2012, at 1:07 PM, Justin Santa Barbara wrote: > # 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 f

Re: [Openstack] Essex keystone with remote glance endpoint

2012-03-19 Thread Jason Hedden
On Mar 19, 2012, at 12:58 PM, Jay Pipes wrote: > On 03/19/2012 01:13 PM, Jason Hedden wrote: >> When following the documentation at >> https://review.openstack.org/#change,5190 I'm having trouble getting Glance >> to authenticate via Keystone. I have this working when everything is >> install

Re: [Openstack] Essex keystone with remote glance endpoint

2012-03-19 Thread Justin Santa Barbara
> > # 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

Re: [Openstack] Essex keystone with remote glance endpoint

2012-03-19 Thread Jay Pipes
On 03/19/2012 01:13 PM, Jason Hedden wrote: When following the documentation at https://review.openstack.org/#change,5190 I'm having trouble getting Glance to authenticate via Keystone. I have this working when everything is installed on a single system, but can't seem to find any winning com

[Openstack] Essex keystone with remote glance endpoint

2012-03-19 Thread Jason Hedden
When following the documentation at https://review.openstack.org/#change,5190 I'm having trouble getting Glance to authenticate via Keystone. I have this working when everything is installed on a single system, but can't seem to find any winning combinations to get a multi-host installation wor