[Openstack] keystone question

2013-02-06 Thread pat
Hi all, I have a question about keystone. I have an application (Jee web one) which I want to authenticate against keystone. What I have to do? Thanks Pat Freehosting PIPNI - http://www.pipni.cz/ ___ Mai

Re: [Openstack] keystone question

2013-02-06 Thread Adam Young
On 02/06/2013 10:06 AM, pat wrote: Hi all, I have a question about keystone. I have an application (Jee web one) which I want to authenticate against keystone. What I have to do? Thanks Pat Freehosting PIPNI - http://www.pipni.cz/ _

Re: [Openstack] keystone question

2013-02-06 Thread Tong Li
openstack@lists.launchpad.net, Date: 02/06/2013 10:35 AM Subject: [Openstack] keystone question Sent by:openstack-bounces+litong01=us.ibm@lists.launchpad.net Hi all, I have a question about keystone. I have an application (Jee web one) which I want to authenticate against keystone.

Re: [Openstack] keystone question

2013-02-07 Thread Miller, Mark M (EB SW Cloud - R&D - Corvallis)
Hi all, I have spent several days installing Grizzly-2 Keystone with SSL and PKI and think I have been successful. I can see some of the new API resources such as "v3/domains", "v3/groups", and "v3/services", but I don't see these listed as commands in the keystoneclient. Are they simply not im

Re: [Openstack] keystone question

2013-02-08 Thread pat
ng Technologies & Standards > > > > "pat" ---02/06/2013 10:35:26 AM---Hi all, I have a question about keystone. I > have an application (Jee web one) which I > > From: "pat" > To: openstack@lists.launchpad.net, > Date: 02/06/2013 10:35 AM > Subject

Re: [Openstack] keystone question

2013-02-08 Thread Tong Li
s.launchpad.net Date: 02/08/2013 07:31 AM Subject: Re: [Openstack] keystone question Hi, Thanks for the reply. I've been digging and I've found way how to get token using API: curl -s -X POST http://localhost:35357/tokens -d '{"auth": {"passwordCrede

Re: [Openstack] keystone question

2013-02-10 Thread pat
; Standards > > "pat" ---02/08/2013 07:31:25 AM---Hi, Thanks for the reply. > > From: "pat" > To: Tong Li/Raleigh/IBM@IBMUS, > Cc: openstack@lists.launchpad.net, > openstack-bounces+litong01=us.ibm@lists.launchpad.net > Date: 02/08/2013 07:31 AM > Su

Re: [Openstack] keystone question - Solved

2013-02-11 Thread Miller, Mark M (EB SW Cloud - R&D - Corvallis)
p;D - Corvallis) Sent: Thursday, February 07, 2013 1:42 PM To: Adam Young; openstack@lists.launchpad.net Subject: Re: [Openstack] keystone question Hi all, I have spent several days installing Grizzly-2 Keystone with SSL and PKI and think I have been successful. I can see some of the new API resou

Re: [Openstack] keystone question - Solved

2013-02-11 Thread Dolph Mathews
> mailto:openstack-bounces+mark.m.miller=hp@lists.launchpad.net] > On Behalf Of Miller, Mark M (EB SW Cloud - R&D - Corvallis) > Sent: Thursday, February 07, 2013 1:42 PM > To: Adam Young; openstack@lists.launchpad.net > Subject: Re: [Openstack] keystone question > > Hi

Re: [Openstack] keystone question - Solved

2013-02-11 Thread Miller, Mark M (EB SW Cloud - R&D - Corvallis)
m: Dolph Mathews [mailto:dolph.math...@gmail.com] Sent: Monday, February 11, 2013 12:09 PM To: Miller, Mark M (EB SW Cloud - R&D - Corvallis) Subject: Re: [Openstack] keystone question - Solved - keystoneclient currently provides a python client library for both Identity API v2 and v3 - keys

Re: [Openstack] keystone question - Solved

2013-02-11 Thread Dolph Mathews
t; ** ** > > *From:* Dolph Mathews [mailto:dolph.math...@gmail.com] > *Sent:* Monday, February 11, 2013 1:09 PM > > *To:* Miller, Mark M (EB SW Cloud - R&D - Corvallis) > *Subject:* Re: [Openstack] keystone question - Solved > > ** ** > > keystoneclient is not being

[Openstack] [Keystone]Question: Assignment of default role

2013-02-21 Thread Leo Toyoda
Hi, everyone I'm using the master branch devstack. I hava a question about assignment of default role (Keystone). When I create a user to specify the tenant, '_member_' is assigned to the roles. $ keystone user-create --name test --tenant-id e61..7f6 --pass test --email t...@example.com +--

Re: [Openstack] [Keystone]Question: Assignment of default role

2013-02-22 Thread Adam Young
Yes, this is new. We are removing the direct associtation between users and projects (Project members) and replacing it with a Role (_member_) The _ is there to ensure it does not conflict with existing roles. The two different ways of associating users to projects was causing problems. With

Re: [Openstack] [Keystone]Question: Assignment of default role

2013-02-25 Thread Leo Toyoda
.co.jp@lists.launc > hpad.net > [mailto:openstack-bounces+toyoda-reo=cnt.mxw.nes.nec.co.jp@lis > ts.launchpad.net] On Behalf Of Adam Young > Sent: Saturday, February 23, 2013 5:31 AM > To: openstack@lists.launchpad.net > Subject: Re: [Openstack] [Keystone]Question: Assignment of > de

Re: [Openstack] [Keystone]Question: Assignment of default role

2013-02-25 Thread Dolph Mathews
openstack-bounces+toyoda-reo=cnt.mxw.nes.nec.co.jp@lists.launc > > hpad.net > > [mailto:openstack-bounces+toyoda-reo=cnt.mxw.nes.nec.co.jp@lis > > ts.launchpad.net] On Behalf Of Adam Young > > Sent: Saturday, February 23, 2013 5:31 AM > > To: openstack@lists.launchpad.net

Re: [Openstack] [Keystone]Question: Assignment of default role

2013-02-25 Thread Leo Toyoda
Hi Dolph Thanks a lot for the reply. I could understand very well. Regards, Leo Toyoda _ From: Dolph Mathews [mailto:dolph.math...@gmail.com] Sent: Tuesday, February 26, 2013 7:11 AM To: Leo Toyoda Cc: Adam Young; openstack Subject: Re: [Openstack] [Keystone]Question: Assignment

[Openstack] [Keystone] Question from mgius on IRC about update_user API call

2011-07-20 Thread Jay Pipes
Keystone devs, mgius had a question on IRC: I have a question about Keystone I'm looking to add support to the dashboard so that users can be enabled or disabled from the dashboard but it looks like in update_user if the target user is disabled a 403 is always thrown was that intentional? -j

Re: [Openstack] [Keystone] Question from mgius on IRC about update_user API call

2011-07-20 Thread Yogi Srikrishnan
stack@lists.launchpad.net Subject: [Openstack] [Keystone] Question from mgius on IRC about update_user API call Keystone devs, mgius had a question on IRC: I have a question about Keystone I'm looking to add support to the dashboard so that users can be enabled or disabled from the dashboard but it

Re: [Openstack] [Keystone] Question from mgius on IRC about update_user API call

2011-07-20 Thread Mark Gius
;> lists.launchpad.net] on behalf of Jay Pipes [jaypi...@gmail.com] >> Sent: Wednesday, July 20, 2011 1:54 PM >> To: openstack@lists.launchpad.net >> Subject: [Openstack] [Keystone] Question from mgius on IRC about >> update_userAPI call >> >> Keyston

Re: [Openstack] [Keystone] Question from mgius on IRC about update_user API call

2011-07-20 Thread Yogi Srikrishnan
From: Mark Gius [m...@markgius.com] Sent: Wednesday, July 20, 2011 4:12 PM To: Yogi Srikrishnan Cc: Jay Pipes; openstack@lists.launchpad.net Subject: Re: [Openstack] [Keystone] Question from mgius on IRC about update_user API call Would you be opposed to removing the