[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

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