Merge remote-tracking branch 'origin/pull/68/head' into core3-devel
This commit is contained in:
commit
2b0ad51b18
@ -86,8 +86,8 @@ class DomainPool(Pool):
|
|||||||
|
|
||||||
devices[name][atr] = value
|
devices[name][atr] = value
|
||||||
|
|
||||||
return [DomainVolume(n, self.vm, self.name, **atrs)
|
return [DomainVolume(self.vm, _name, self.name, **atrs)
|
||||||
for n, atrs in devices.items()]
|
for _name, atrs in devices.items()]
|
||||||
|
|
||||||
def clone(self, source, target):
|
def clone(self, source, target):
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
Loading…
Reference in New Issue
Block a user