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 - R&D - Corvallis) <[email protected]> wrote: > 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 of the other examples in the document. > > Mark > > > > -----Original Message----- > From: [email protected] [ > mailto:[email protected]<[email protected]>] > On Behalf Of Miller, Mark M (EB SW Cloud - R&D - Corvallis) > Sent: Thursday, February 07, 2013 1:42 PM > To: Adam Young; [email protected] > 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 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 implemented > yet or was I unsuccessful when I installed Grizzly-2? I also want to know > if the above resource APIs are fully functional? > > Regards, > > Mark Miller > > _______________________________________________ > Mailing list: https://launchpad.net/~openstack > Post to : [email protected] > Unsubscribe : https://launchpad.net/~openstack > More help : https://help.launchpad.net/ListHelp > > > _______________________________________________ > Mailing list: https://launchpad.net/~openstack > Post to : [email protected] > Unsubscribe : https://launchpad.net/~openstack > More help : https://help.launchpad.net/ListHelp > >
_______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

