Repository: cloudstack Updated Branches: refs/heads/master 2ed22b3ba -> ad640e2fd
Remove duplicate code block Signed-off-by: Daan Hoogland <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ad640e2f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ad640e2f Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ad640e2f Branch: refs/heads/master Commit: ad640e2fda383dde56fbb02504678e5971e2a2b9 Parents: 2ed22b3 Author: miguelaferreira <[email protected]> Authored: Wed Jul 23 13:21:40 2014 +0200 Committer: Daan Hoogland <[email protected]> Committed: Fri Jul 25 09:53:29 2014 +0200 ---------------------------------------------------------------------- tools/marvin/marvin/lib/base.py | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ad640e2f/tools/marvin/marvin/lib/base.py ---------------------------------------------------------------------- diff --git a/tools/marvin/marvin/lib/base.py b/tools/marvin/marvin/lib/base.py index 8d40591..58033c6 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"]
