openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #05126
Re: Keystone "Why does it? What does?" questions
Hi Joe -
The place I've found this credential add is in the keystone data script in
devstack. See:
https://github.com/cloudbuilders/devstack/blob/master/files/keystone_data.sh
lines 42 and 43.
Anne
*Anne Gentle*
anne@xxxxxxxxxxxxx
my blog <http://justwriteclick.com/> | my
book<http://xmlpress.net/publications/conversation-community/>|
LinkedIn <http://www.linkedin.com/in/annegentle> |
Delicious<http://del.icio.us/annegentle>|
Twitter <http://twitter.com/annegentle>
On Thu, Oct 27, 2011 at 11:22 AM, Joseph Heck <heckj@xxxxxx> wrote:
> On Oct 27, 2011, at 9:19 AM, Vishvananda Ishaya wrote:
> > On Oct 25, 2011, at 12:05 PM, Joseph Heck wrote:
> >> Q: What's the keystone-manage command for "credential add" do? There's
> also no corresponding delete or disable - is this password update for the
> passwords that are set on "keystone-manage user add"? If not, how are those
> passwords updated?
> >>
> >> Q: What are "type" and "key" as related to "credential add" command, and
> what are they intended to do?
> >
> > We use the credential add command to store ec2 credentials. The idea
> behind credentials could be that a user would have a number of different
> credentials of different types. Oauth keys, ec2 secret and access, etc. I
> hacked the ability to add the ec2 credentials in because we needed it to
> make the ec2 api work in nova. The idea was that more robust support would
> be added through admin api extensions later.
>
> Thanks Vish! Any quick pointers to nova code (or where to find them) so I
> can see how you're using it today? I want to slap this into the docs (which
> are anemic in this area at the moment, since I didn't grok it)
>
> -joe
>
>
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help : https://help.launchpad.net/ListHelp
>
References