[Openstack] Keystone + Euca2ools

Razique Mahroua razique.mahroua at gmail.com
Wed Jan 4 11:13:24 UTC 2012


Yup, 
You need two things : 
1- enable the Keystone pipeline into nova.conf and api-paste.ini
2- modify files : 
/usr/local/lib/python2.6/dist-packages/keystone-1.0-py2.6.egg/keystone/middleware/ec2_token.py
replace :
	o = urlparse(FLAGS.keystone_ec1_url)
by
	o = urlparse(FLAGS.keystone_ec2_url)

and 	
	token_id = result['auth']['token']['id']
by 
	token_id = result['access']['token']['id']

3- into nova.conf : 
--keystone_ec2_url=http://172.16.40.11:5000/v2.0/ec2tokens

Should be good :)

Nuage & Co - Razique Mahroua 
razique.mahroua at gmail.com



Le 4 janv. 2012 à 10:29, Kevin Jackson a écrit :

> Hi All,
> Is it possible to be pointed in the direction of where Keystone is up
> to with euca2ools?
> I noticed a post from a short while back on some patch required to
> make Keystone work with euca2ools - what are the plans around this?
> Are there any instructions on this?
> 
> Cheers,
> 
> Kev
> 
> _______________________________________________
> 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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20120104/c59a541e/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: NUAGECO-LOGO-Fblan_petit.jpg
Type: image/jpeg
Size: 10122 bytes
Desc: not available
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20120104/c59a541e/attachment.jpg>


More information about the Openstack mailing list