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

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

[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

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 reques

Re: [Openstack] Keystone database (using latest devstack)

2012-03-09 Thread Jason Hedden
On Mar 8, 2012, at 10:01 PM, Deepak Garg wrote: > I have also been trying to find a cli to get a user's role in a > particular tenant. > I could not do that even with db tables mapping. Following are the fields > in the tables: > > tenant table -> tenant_Id, name, extras > user_tenant_membershi

Re: [Openstack] Keystone database (using latest devstack)

2012-03-08 Thread Jason Hedden
On Mar 8, 2012, at 6:12 PM, Andy Smith wrote: > > 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? > > Well, to clarify that statement a bit, roles exist on user-tenant pairs,

[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 H