<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">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">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<br><div><div>On Sep 24, 2011, at 1:44 AM, KoDer wrote:</div><br class="Apple-interchange-newline"><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">http://wiki.openstack.org/NovaInstall/DevInstallScript</a><br>http://wiki.openstack.org/RunningNova#NovaStartInstance<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:koder.ua<br>Tel:+38-050-4030512<br><br>_______________________________________________<br>Mailing list: https://launchpad.net/~openstack<br>Post to     : openstack@lists.launchpad.net<br>Unsubscribe : https://launchpad.net/~openstack<br>More help   : https://help.launchpad.net/ListHelp<br></div></blockquote></div><br></div></body></html>