[openstack-dev] [Keystone] V3.0 landing page
Joseph Heck
heckj at me.com
Thu Sep 13 02:19:26 UTC 2012
Adam: Agreed.
On Sep 12, 2012, at 7:12 PM, Adam Young <ayoung at redhat.com> wrote:
> So I ran the V3 code from the git and figured I'd hit the landing page in the browser. This comes up as XML. I think it should be HTML unless the user specifically says XML.
>
> It does not have a link to V3.0, only V2.0
>
> Hitting http://127.0.0.1:5000/v3.0/ gives a stack trace pasted below
>
> Traceback (most recent call last):
> File "/usr/lib/python2.7/site-packages/eventlet/wsgi.py", line 382, in handle_one_response
> result = self.application(self.environ, start_response)
> File "/usr/lib/python2.7/site-packages/paste/urlmap.py", line 203, in __call__
> return app(environ, start_response)
> File "/usr/lib/python2.7/site-packages/webob/dec.py", line 147, in __call__
> resp = self.call_func(req, *args, **self.kwargs)
> File "/usr/lib/python2.7/site-packages/webob/dec.py", line 208, in call_func
> return self.func(req, *args, **kwargs)
> File "/opt/stack/keystone/keystone/common/wsgi.py", line 319, in __call__
> response = request.get_response(self.application)
> File "/usr/lib/python2.7/site-packages/webob/request.py", line 1053, in get_response
> application, catch_exc_info=False)
> File "/usr/lib/python2.7/site-packages/webob/request.py", line 1022, in call_application
> app_iter = application(self.environ, start_response)
> File "/usr/lib/python2.7/site-packages/webob/dec.py", line 147, in __call__
> resp = self.call_func(req, *args, **self.kwargs)
> File "/usr/lib/python2.7/site-packages/webob/dec.py", line 208, in call_func
> return self.func(req, *args, **kwargs)
> File "/opt/stack/keystone/keystone/common/wsgi.py", line 319, in __call__
> response = request.get_response(self.application)
> File "/usr/lib/python2.7/site-packages/webob/request.py", line 1053, in get_response
> application, catch_exc_info=False)
> File "/usr/lib/python2.7/site-packages/webob/request.py", line 1022, in call_application
> app_iter = application(self.environ, start_response)
> File "/usr/lib/python2.7/site-packages/webob/dec.py", line 147, in __call__
> resp = self.call_func(req, *args, **self.kwargs)
> File "/usr/lib/python2.7/site-packages/webob/dec.py", line 208, in call_func
> return self.func(req, *args, **kwargs)
> File "/opt/stack/keystone/keystone/common/wsgi.py", line 320, in __call__
> return self.process_response(request, response)
> File "/opt/stack/keystone/keystone/middleware/core.py", line 151, in process_response
> raise exception.Error(message=response.body)
> Error: <html> <head> <title>404 Not Found</title> </head> <body> <h1>404 Not Found</h1> The resource could not be found.<br /><br /> </body> </html>
>
>
>
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
More information about the OpenStack-dev
mailing list