| 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 :) Le 4 janv. 2012 à 10:29, Kevin Jackson a écrit :
|
_______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp


