Comment 0 for bug 1358719

Revision history for this message
Alessandro Pilotti (alexpilotti) wrote :

The "get_instance_disk_info" driver has been added to the libvirt compute driver in the following commit:

https://github.com/openstack/nova/commit/e4974769743d5967626c1f0415113683411a03a4

This caused regression failures on drivers that do not implement it, e.g.:

http://paste.openstack.org/show/97258/

The "get_instance_disk_info" method should be added and documented in the base driver class.