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"]