openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #05180
Re: Patched euca-tools to work w/ keystone
Hey,
I never found out, in fact I only recall some mails exchange on a mailing list, basically, there are two lines to change into :
/usr/local/lib/python2.6/dist-packages/keystone-1.0-py2.6.egg/keystone/middleware/ec2_token.py
# o = urlparse(FLAGS.keystone_ec1_url)
o = urlparse(FLAGS.keystone_ec2_url)
and :
# token_id = result['auth']['token']['id']
token_id = result['access']['token']['id']
Regards,
Razique
Le 28 oct. 2011 à 20:04, Leandro Reox a écrit :
> Hi guys,
>
> Anyone got the link to download the patched euca tools that work with keystone auth tokens to query the nova api ?
>
> Regards
>
> Lean _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help : https://help.launchpad.net/ListHelp
Follow ups
References