Comment 1 for bug 1606707

Revision history for this message
Matt Riedemann (mriedem) wrote :

If you change this line:

https://github.com/openstack/nova/blob/9326c1ed403477d627fa1b94e6937c99deed9ecd/nova/image/glance.py#L968

To this:

 output[attr] = getattr(image, attr, 0) or 0

It works like a charm.