mirror of https://github.com/apache/cloudstack.git
Remove duplicate code block
Signed-off-by: Daan Hoogland <daan@onecht.net>
This commit is contained in:
parent
2ed22b3ba7
commit
ad640e2fda
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue