Skip to content
Snippets Groups Projects
Commit 705dd60e authored by Iustin Pop's avatar Iustin Pop
Browse files

Fix gnt-debug breakage due to options move


Commits d3ed23ff and 4eb62659 broke gnt-debug due to renamed option
targets. Sorry again!

Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent e9022531
No related branches found
No related tags found
No related merge requests found
......@@ -142,11 +142,11 @@ def TestAllocator(opts, args):
disks=disks,
disk_template=opts.disk_template,
nics=nic_dict,
os=opts.os_type,
os=opts.os,
vcpus=opts.vcpus,
tags=opts.tags,
direction=opts.direction,
allocator=opts.allocator,
allocator=opts.iallocator,
)
result = SubmitOpCode(op)
ToStdout("%s" % result)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment