hi, I'm using ubuntu 11.04 and * http://cloudbuilders.github.com/deploy.sh/hacking-nova.html* link to run openstack nova. On executing *"euca-run-instances -k test -t m1.tiny ami-tty"* command I am getting the following error:
Warning: failed to parse error message from AWS: <unknown>:1:0: syntax error BotoServerError: 500 Internal Server Error Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/eventlet/wsgi.py", line 336, in handle_one_response result = self.application(self.environ, start_response) File "/usr/lib/pymodules/python2.7/paste/urlmap.py", line 203, in __call__ return app(environ, start_response) File "/usr/lib/pymodules/python2.7/webob/dec.py", line 147, in __call__ resp = self.call_func(req, *args, **self.kwargs) File "/usr/lib/pymodules/python2.7/webob/dec.py", line 208, in call_func return self.func(req, *args, **kwargs) File "/root/nova/nova/api/ec2/__init__.py", line 59, in __call__ rv = req.get_response(self.application) File "/usr/lib/pymodules/python2.7/webob/request.py", line 1053, in get_response application, catch_exc_info=False) File "/usr/lib/pymodules/python2.7/webob/request.py", line 1022, in call_application app_iter = application(self.environ, start_response) File "/usr/lib/pymodules/python2.7/webob/dec.py", line 147, in __call__ resp = self.call_func(req, *args, **self.kwargs) File "/usr/lib/pymodules/python2.7/webob/dec.py", line 208, in call_func return self.func(req, *args, **kwargs) File "/root/nova/nova/api/ec2/__init__.py", line 173, in __call__ body=utils.dumps(creds)) File "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 991, in request headers = self._normalize_headers(headers) File "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 959, in _normalize_headers return _normalize_headers(headers) File "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 217, in _normalize_headers return dict([ (key.lower(), NORMALIZE_SPACE.sub(value, ' ').strip()) for (key, value) in headers.iteritems()]) AttributeError: 'tuple' object has no attribute 'iteritems' Please suggest some solution. Thanks, Bhaskar
_______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp