Comment 5 for bug 1065053

Revision history for this message
Édouard Thuleau (ethuleau) wrote :

I can propose another patch to correct this bug.

The Nova Glance wrapper returns all images metadata
if the parameter 'limit' is not define. It doesn't
split the image metadata list.

So the sub method fetch_image is no more needed.
We can delete it.

I added a check in Nova Glance wrapper to be sure
the parameter 'marker' or another one aren't set
to 'None'.