[Openstack] Patched euca-tools to work w/ keystone

Razique Mahroua razique.mahroua at gmail.com
Fri Oct 28 18:57:09 UTC 2011


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 at lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp





More information about the Openstack mailing list