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 liem_m_ngu...@hp.com 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

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

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

2012-06-08 Thread Dolph Mathews
On Jun 8, 2012, at 6:47 PM, Nguyen, Liem Manh liem_m_ngu...@hp.com 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: ...