Re: [Openstack] Keystone + Euca2ools

2012-01-04 Thread Razique Mahroua
Yup, You need two things : 1- enable the Keystone pipeline into nova.conf and api-paste.ini2- modify files : /usr/local/lib/python2.6/dist-packages/keystone-1.0-py2.6.egg/keystone/middleware/ec2_token.pyreplace :	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/ec2tokensShould be good :)
Nuage & Co - Razique Mahroua razique.mahr...@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 upto with euca2ools?I noticed a post from a short while back on some patch required tomake Keystone work with euca2ools - what are the plans around this?Are there any instructions on this?Cheers,Kev___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore help   : https://help.launchpad.net/ListHelp___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Keystone + Euca2ools

2012-01-04 Thread Kevin Jackson
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@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp