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

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
As for the client-side implementation, keystoneclient supports v3 as a python library, whereas the CLI is being exposed in a different project (by consuming keystoneclient): https://github.com/openstack/python-openstackclient -Dolph On Mon, Feb 11, 2013 at 11:08 AM, Miller, Mark M (EB SW Cloud

Re: [Openstack] keystone question - Solved

2013-02-11 Thread Miller, Mark M (EB SW Cloud - R&D - Corvallis)
Guang provided the answer for me with a sample JSON create domain request: { "domain":{ "name": "myDomain" } } What through me off were the examples in the identity-api-v3 document. None of the domain JSON examples include the highest level "domain" element. The same is true for most