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 x86_64

[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

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 installed

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 find a

Re: [Openstack] How could I delete errored volumes?

2012-03-14 Thread Jason Hedden
On Mar 14, 2012, at 9:13 AM, Roman Sokolkov wrote: nova client couldn't delete images in error state, but it could delete errored instances. I think we need this feature. # nova volume-delete 3 ERROR: Invalid volume: Volume status must be available (HTTP 400) +1 to the feature request.

[Openstack] Keystone database (using latest devstack)

2012-03-08 Thread Jason Hedden
its job? You can view a snippet of the Keystone metadata table @ http://paste.openstack.org/show/7552/ I came across this while trying to list the roles assigned to users, which I still don't know how to do via the keystone client utility. Is this even possible? Jason Hedden