Thanks Jay! python-xattr got rid of that issue but now I am running into another issue while glance tries to fulfill requests: Internal Server error: Traceback (most recent call last): File "/usr/lib/python2.6/dist-packages/eventlet/wsgi.py", line 336, in handle_one_response result = self.application(self.environ, start_response) File "/usr/lib/pymodules/python2.6/webob/dec.py", line 147, in __call__ resp = self.call_func(req, *args, **self.kwargs) File "/usr/lib/pymodules/python2.6/webob/dec.py", line 208, in call_func return self.func(req, *args, **kwargs) File "/usr/local/lib/python2.6/dist-packages/glance-2011.3-py2.6.egg/glance/common/wsgi.py", line 113, in __call__ response = req.get_response(self.application) File "/usr/lib/pymodules/python2.6/webob/request.py", line 919, in get_response application, catch_exc_info=False) File "/usr/lib/pymodules/python2.6/webob/request.py", line 887, in call_application app_iter = application(self.environ, start_response) File "/usr/lib/pymodules/python2.6/webob/dec.py", line 159, in __call__ return resp(environ, start_response) File "/usr/lib/pymodules/python2.6/routes/middleware.py", line 131, in __call__ response = self.app(environ, start_response) File "/usr/lib/pymodules/python2.6/webob/dec.py", line 159, in __call__ return resp(environ, start_response) File "/usr/lib/pymodules/python2.6/webob/dec.py", line 147, in __call__ resp = self.call_func(req, *args, **self.kwargs) File "/usr/lib/pymodules/python2.6/webob/dec.py", line 208, in call_func return self.func(req, *args, **kwargs) File "/usr/local/lib/python2.6/dist-packages/glance-2011.3-py2.6.egg/glance/common/wsgi.py", line 311, in __call__ request, **action_args) File "/usr/local/lib/python2.6/dist-packages/glance-2011.3-py2.6.egg/glance/common/wsgi.py", line 328, in dispatch return method(*args, **kwargs) File "/usr/local/lib/python2.6/dist-packages/glance-2011.3-py2.6.egg/glance/api/v1/images.py", line 138, in detail images = registry.get_images_detail(self.options, req.context, File "/usr/lib/pymodules/python2.6/webob/request.py", line 1039, in __getattr__ raise AttributeError(attr) AttributeError: context (HTTP 500) Any known issue around this? Thanks, Somik On Thu, Aug 4, 2011 at 6:08 AM, Jay Pipes