diff --git a/nova/virt/libvirt/imagebackend.py b/nova/virt/libvirt/imagebackend.py index 2b0ecf2f0dc2..ffc7b04d83ad 100644 --- a/nova/virt/libvirt/imagebackend.py +++ b/nova/virt/libvirt/imagebackend.py @@ -1100,6 +1100,9 @@ class Ploop(Image): target, out_format) + def get_model(self, connection): + return imgmodel.LocalFileImage(self.path, imgmodel.FORMAT_PLOOP) + class Backend(object): def __init__(self, use_cow):