Federico Simoncelli has uploaded a new change for review. Change subject: image: remove unused storage_repository attribute ......................................................................
image: remove unused storage_repository attribute Change-Id: I2a497a6b24ced14f20361db0c75a12d7085fb0bf Signed-off-by: Federico Simoncelli <[email protected]> --- M vdsm/storage/image.py 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/92/27392/1 diff --git a/vdsm/storage/image.py b/vdsm/storage/image.py index f50ad29..1ff2a24 100644 --- a/vdsm/storage/image.py +++ b/vdsm/storage/image.py @@ -109,7 +109,6 @@ def __init__(self, repoPath): self.repoPath = repoPath - self.storage_repository = config.get('irs', 'repository') def create(self, sdUUID, imgUUID): """Create placeholder for image's volumes -- To view, visit http://gerrit.ovirt.org/27392 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2a497a6b24ced14f20361db0c75a12d7085fb0bf Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Federico Simoncelli <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
