keystoneclient ($ keystone) is actually the new way to perform these types of operations instead of keystone-manage ($ keystone-manage)<div><br></div><div>You'll first need to let keystoneclient authenticate with your keystone server as an admin, see: <a href="http://keystone.openstack.org/configuration.html#adding-users-tenants-and-roles-with-python-keystoneclient">http://keystone.openstack.org/configuration.html#adding-users-tenants-and-roles-with-python-keystoneclient</a></div>
<div><br></div><div>And then try:</div><div><br></div><div>$ keystone --help</div><div>$ keystone --help | grep ec2</div><div>$ keystone help ec2-credentials-create</div><div><br></div><div>-Dolph</div><div><br><div class="gmail_quote">
On Thu, Mar 22, 2012 at 8:00 AM, Nicolas Odermatt <span dir="ltr"><<a href="mailto:odermattn@gmail.com">odermattn@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hey guys, I have a question regarding Keystone<br><br>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.<br>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.<br>
<br>Thanks for your writing!<br><br>Best wishes,<br>Nicolas<span class="HOEnZb"><font color="#888888"><br clear="all"><br>-- <br>Freundliche Grüsse,<br>Nicolas Odermatt<br><br><br>
</font></span><br>_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
<br></blockquote></div><br></div>