HTTPBackend.get() does not support options argument

Bug #737098 reported by Jay Pipes
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Glance
Fix Released
High
Jay Pipes

Bug Description

Wrote tons of functional tests this afternoon for bug731304. Luckily, didn't run into many bugs that we didn't already know about. This one did come up though...

2011-03-17 15:00:49 DEBUG [routes.middleware] Match dict: {'action': u'show', 'controller': <glance.server.Controller object at 0x24d1d10>, 'id': u'1'}
Traceback (most recent call last):
  File "/home/jpipes/repos/glance/bug736295/.glance-venv/lib/python2.6/site-packages/eventlet/wsgi.py", line 347, in handle_one_response
    for data in result:
  File "/home/jpipes/repos/glance/bug736295/glance/server.py", line 160, in image_iterator
    options=self.options)
  File "/home/jpipes/repos/glance/bug736295/glance/store/__init__.py", line 82, in get_from_backend
    return backend_class.get(parsed_uri, **kwargs)
TypeError: get() got an unexpected keyword argument 'options'

Related branches

Jay Pipes (jaypipes)
Changed in glance:
status: Triaged → In Progress
Changed in glance:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in glance:
milestone: cactus-2011-03-24 → 2011.2
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.