Comment 2 for bug 1803717

Revision history for this message
sean mooney (sean-k-mooney) wrote :

i was debating if this should be a high or medium. i was going to mark as medium but since people are already working on it ill set it to high.

the error is pretty clear

add_location() takes exactly 4 arguments (3 given)

but i am wondering if the rbd backend has in advertenly chagned the signiture of
add_location to requrie 4 arguments when its base class only reqiures 3.

as such the fix might be to default the 4 parmater in the RBD version rather then change the call site at https://review.openstack.org/#/c/614351/3/nova/image/glance.py@485