[openstack-dev] keystone token question

Dolph Mathews dolph.mathews at gmail.com
Wed Feb 27 01:32:50 UTC 2013


Ah, that will change to "auth" -> "identity" in RC1 (a related change just
merged to master a minute ago to correct the XML translation).

Related bug: https://bugs.launchpad.net/keystone/+bug/1131840


-Dolph


On Tue, Feb 26, 2013 at 7:15 PM, Bhandaru, Malini K <
malini.k.bhandaru at intel.com> wrote:

>  Thanks Dolph! ****
>
> ** **
>
> Need a small change .. auth à authentication****
>
> curl -d '{"authentication":{"methods":["password"], "password":{"user":
> {"name":"<foouser>", "password": "secret", "domain":{"id":"default"}}}}}'
> -H "Content-type: application/json" http://localhost:35357/v3/auth/tokens*
> ***
>
> ** **
>
> *From:* Dolph Mathews [mailto:dolph.mathews at gmail.com]
> *Sent:* Tuesday, February 26, 2013 4:55 PM
> *To:* OpenStack Development Mailing List
> *Subject:* Re: [openstack-dev] keystone token question****
>
> ** **
>
> Try this:****
>
> curl -d '{"auth":{"identity":{"methods": ["password"],
>  "password":{"user": {"name": "<foouser>", "password": "secret", "domain":
> {"id": "default"}}}}}' -H "Content-type:****
>
> application/json" http://localhost:35357/v3/auth/tokens<http://localhost:35357/v2.0/tokens>
> ****
>
>
> On Tuesday, February 26, 2013, Bhandaru, Malini K wrote:****
>
> Might there be a v3 version of a curl call for token as below:****
>
> curl -d '{"auth":{"passwordCredentials":{"username": "<foouser>",
> "password": "secret"}}}' -H "Content-type: ****
>
> application/json" http://localhost:35357/v2.0/tokens****
>
>  ****
>
> Thanks****
>
> malini****
>
>
>
> -- ****
>
> ** **
>
> -Dolph****
>
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20130226/eab0e9d2/attachment.html>


More information about the OpenStack-dev mailing list