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 : 

Should be good :)

Nuage & Co - Razique Mahroua 

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     : [email protected]
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

Reply via email to