Remove duplicate code block

Signed-off-by: Daan Hoogland <daan@onecht.net>
This commit is contained in:
miguelaferreira 2014-07-23 13:21:40 +02:00 committed by Daan Hoogland
parent 2ed22b3ba7
commit ad640e2fda
1 changed files with 0 additions and 3 deletions

View File

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