<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Yup, <div>You need two things : </div><div>1- enable the Keystone pipeline into nova.conf and api-paste.ini</div><div>2- modify files : </div><div>/usr/local/lib/python2.6/dist-packages/keystone-1.0-py2.6.egg/keystone/middleware/ec2_token.py</div><div>replace :</div><div><div><span class="Apple-tab-span" style="white-space:pre"> </span>o = urlparse(FLAGS.keystone_ec1_url)</div><div>by</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>o = urlparse(FLAGS.keystone_ec2_url)</div></div><div><br></div><div>and <span class="Apple-tab-span" style="white-space:pre">   </span></div><div><span class="Apple-tab-span" style="white-space:pre">     </span>token_id = result['auth']['token']['id']</div><div>by </div><div><span class="Apple-tab-span" style="white-space:pre">      </span>token_id = result['access']['token']['id']</div><div><br></div><div>3- into nova.conf : </div><div><div>--keystone_ec2_url=<a href="http://172.16.40.11:5000/v2.0/ec2tokens">http://172.16.40.11:5000/v2.0/ec2tokens</a></div></div><div><br></div><div>Should be good :)</div><div><br></div><div><div apple-content-edited="true">
<span class="Apple-style-span" style="font-family: Helvetica; "><b style="color: rgb(19, 112, 138); ">Nuage & Co - Razique Mahroua</b></span><span class="Apple-style-span" style="color: rgb(19, 112, 138); font-family: Helvetica; "><b> </b></span><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="border-collapse: separate; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-weight: normal; font-style: normal; "><font class="Apple-style-span" color="#13708a"><a href="mailto:razique.mahroua@gmail.com">razique.mahroua@gmail.com</a></font></div></span><br class="Apple-interchange-newline"><span></span><span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-weight: normal; font-style: normal; "></span><span style="color: rgb(0, 0, 0); font-weight: normal; "></span></span><span><img height="125" width="125" id="06fa54a7-a87e-42a9-b878-22a97adba095" apple-width="yes" apple-height="yes" src="cid:00E07450-433E-43E6-9005-48B8FD5C669F@la.fabrique"></span>
</span></div>
<br><div><div>Le 4 janv. 2012 à 10:29, Kevin Jackson a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hi All,<br>Is it possible to be pointed in the direction of where Keystone is up<br>to with euca2ools?<br>I noticed a post from a short while back on some patch required to<br>make Keystone work with euca2ools - what are the plans around this?<br>Are there any instructions on this?<br><br>Cheers,<br><br>Kev<br><br>_______________________________________________<br>Mailing list: <a href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a><br>Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>Unsubscribe : <a href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a><br>More help   : <a href="https://help.launchpad.net/ListHelp">https://help.launchpad.net/ListHelp</a><br></div></blockquote></div><br></div></body></html>