Also you have to change<br><br>token_id = result['auth']['token']['id']<br><br>to<br><br>token_id = result['access']['token']['id']<br><br>just before the #Authenticated! comment<br>
<br>due to the latest changes in keystone<br><br>regards<br><br><div class="gmail_quote">On Sat, Sep 24, 2011 at 11:53 AM, Vishvananda Ishaya <span dir="ltr"><<a href="mailto:vishvananda@gmail.com">vishvananda@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div style="word-wrap:break-word">looks like there is a typo on that line:<div><a href="https://github.com/openstack/keystone/blob/master/keystone/middleware/ec2_token.py#L71" target="_blank">https://github.com/openstack/keystone/blob/master/keystone/middleware/ec2_token.py#L71</a></div>
<div><br></div><div>should be keystone_ec2_url</div><div> (note the 2 instead of 1<div><div></div><div class="h5"><br><div><div>On Sep 24, 2011, at 1:44 AM, KoDer wrote:</div><br><blockquote type="cite"><div>Hi, all.<br><br>
I install Diablo using nova.sh script and next documentation pages<br><br><a href="http://wiki.openstack.org/NovaInstall/DevInstallScript" target="_blank">http://wiki.openstack.org/NovaInstall/DevInstallScript</a><br><a href="http://wiki.openstack.org/RunningNova#NovaStartInstance" target="_blank">http://wiki.openstack.org/RunningNova#NovaStartInstance</a><br>
<br>Seems like everything went ok and all works, but when i try to start<br>new instance from nova test console<br><br> euca-run-instances ami-g06qbntt -k mykey -t m1.tiny<br><br>or get info about running instances<br><br>
euca-describe-instances<br><br>I get next error.<br><br>Warning: failed to parse error message from AWS: <unknown>:1:0: syntax error<br>BotoServerError: 500 Internal Server Error<br>Traceback (most recent call last):<br>
  File "/usr/lib/python2.7/dist-packages/eventlet/wsgi.py", line 336,<br>in handle_one_response<br>    result = self.application(self.environ, start_response)<br>  File "/usr/lib/pymodules/python2.7/paste/urlmap.py", line 203, in __call__<br>
    return app(environ, start_response)<br>  File "/usr/lib/pymodules/python2.7/webob/dec.py", line 147, in __call__<br>    resp = self.call_func(req, *args, **self.kwargs)<br>  File "/usr/lib/pymodules/python2.7/webob/dec.py", line 208, in call_func<br>
    return self.func(req, *args, **kwargs)<br>  File "/home/koder/openstack/nova/nova/api/ec2/__init__.py", line 58,<br>in __call__<br>    rv = req.get_response(self.application)<br>  File "/usr/lib/pymodules/python2.7/webob/request.py", line 1053, in<br>
get_response<br>    application, catch_exc_info=False)<br>  File "/usr/lib/pymodules/python2.7/webob/request.py", line 1022, in<br>call_application<br>    app_iter = application(self.environ, start_response)<br>
  File "/usr/lib/pymodules/python2.7/webob/dec.py", line 147, in __call__<br>    resp = self.call_func(req, *args, **self.kwargs)<br>  File "/usr/lib/pymodules/python2.7/webob/dec.py", line 208, in call_func<br>
    return self.func(req, *args, **kwargs)<br>  File "/home/koder/openstack/nova/keystone/middleware/ec2_token.py",<br>line 71, in __call__<br>    o = urlparse(FLAGS.keystone_ec1_url)<br>  File "/home/koder/openstack/nova/nova/flags.py", line 144, in __getattr__<br>
    val = gflags.FlagValues.__getattr__(self, name)<br>  File "/usr/lib/pymodules/python2.7/gflags.py", line 810, in __getattr__<br>    raise AttributeError(name)<br>AttributeError: keystone_ec1_url<br><br>Should i made more steps to configure keystone?<br>
<br>uname -a => Linux koder-laptop 2.6.38-11-generic #48-Ubuntu SMP Fri<br>Jul 29 19:02:55 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux<br>python --version => Python 2.7.1+<br><br>Thanks<br>-- <br>K.Danilov aka koder<br>
ICQ:214286120<br>Skype:<a href="http://koder.ua" target="_blank">koder.ua</a><br>Tel:<a href="tel:%2B38-050-4030512" value="+380504030512" target="_blank">+38-050-4030512</a><br><br>_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a><br>Post to     : <a href="mailto:openstack@lists.launchpad.net" target="_blank">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a><br>More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
</div></blockquote></div><br></div></div></div></div><br>_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/%7Eopenstack" target="_blank">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/%7Eopenstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
<br></blockquote></div><br>