Merge "get_model method missing for Ploop image"

This commit is contained in:
Jenkins 2017-03-20 13:33:38 +00:00 committed by Gerrit Code Review
commit 66c3f0860b
1 changed files with 3 additions and 0 deletions

View File

@ -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):