From ad640e2fda383dde56fbb02504678e5971e2a2b9 Mon Sep 17 00:00:00 2001 From: miguelaferreira Date: Wed, 23 Jul 2014 13:21:40 +0200 Subject: [PATCH] Remove duplicate code block Signed-off-by: Daan Hoogland --- tools/marvin/marvin/lib/base.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/marvin/marvin/lib/base.py b/tools/marvin/marvin/lib/base.py index 8d405918cf9..58033c601f5 100755 --- a/tools/marvin/marvin/lib/base.py +++ b/tools/marvin/marvin/lib/base.py @@ -1949,9 +1949,6 @@ class DiskOffering: if "miniops" in services: cmd.miniops = services["miniops"] - if "storagetype" in services: - cmd.storagetype = services["storagetype"] - if "tags" in services: cmd.tags = services["tags"]