openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #08956
Re: Keystone credentials
keystoneclient ($ keystone) is actually the new way to perform these types
of operations instead of keystone-manage ($ keystone-manage)
You'll first need to let keystoneclient authenticate with your keystone
server as an admin, see:
http://keystone.openstack.org/configuration.html#adding-users-tenants-and-roles-with-python-keystoneclient
And then try:
$ keystone --help
$ keystone --help | grep ec2
$ keystone help ec2-credentials-create
-Dolph
On Thu, Mar 22, 2012 at 8:00 AM, Nicolas Odermatt <odermattn@xxxxxxxxx>wrote:
> Hey guys, I have a question regarding Keystone
>
> When I create a new keystone user, which I want to use for API-Calls (EC2)
> I have to insert a data row into the credentials table of the keystone
> database.
> My question is: How can I do this using keystone-manage? It's more of a
> cosmetic thing, but I'd like to do it in a "clean" way.
>
> Thanks for your writing!
>
> Best wishes,
> Nicolas
>
> --
> Freundliche Grüsse,
> Nicolas Odermatt
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help : https://help.launchpad.net/ListHelp
>
>
References