Re: [Openstack] [openstack][keystone] v3 API question

2012-06-11 Thread Nguyen, Liem Manh
domain-admin in another domain. Thanks, Liem From: Joseph Heck [mailto:he...@me.com] Sent: Sunday, June 10, 2012 1:37 PM To: Nguyen, Liem Manh Cc: openstack@lists.launchpad.net (openstack@lists.launchpad.net); Dolph Mathews Subject: Re: [Openstack] [openstack][keystone] v3 API question On Jun 8

Re: [Openstack] [openstack][keystone] v3 API question

2012-06-10 Thread Joseph Heck
On Jun 8, 2012, at 8:38 PM, Dolph Mathews wrote: > On Jun 8, 2012, at 6:47 PM, "Nguyen, Liem Manh" wrote: > >> Hi Joe/Dolph, >> >> I have a few questions on the v3 API’s create_user (sorry the comments >> section in the Google docs is getting pretty cluttered now): >> >> (POST) /users ==> c

Re: [Openstack] [openstack][keystone] v3 API question

2012-06-08 Thread Dolph Mathews
On Jun 8, 2012, at 6:47 PM, "Nguyen, Liem Manh" wrote: > Hi Joe/Dolph, > > I have a few questions on the v3 API’s create_user (sorry the comments > section in the Google docs is getting pretty cluttered now): > > (POST) /users ==> create_user > { > " tenant_id": ... > "name": ... > "password

[Openstack] [openstack][keystone] v3 API question

2012-06-08 Thread Nguyen, Liem Manh
Hi Joe/Dolph, I have a few questions on the v3 API's create_user (sorry the comments section in the Google docs is getting pretty cluttered now): (POST) /users ==> create_user { " tenant_id": ... "name": ... "password": ... "enabled": ... "email": ... "description": ... } 1. Does this te