Skip to content
Snippets Groups Projects
Commit 5959f75d authored by Agata Murawska's avatar Agata Murawska
Browse files

mem_count is now mem_size everywhere


Signed-off-by: default avatarAgata Murawska <agatamurawska@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent fb644e77
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ def InitCluster(opts, args):
# prepare ipolicy dict
ipolicy_raw = \
objects.CreateIPolicyFromOpts(ispecs_mem_size=opts.ispecs_mem_count,
objects.CreateIPolicyFromOpts(ispecs_mem_size=opts.ispecs_mem_size,
ispecs_cpu_count=opts.ispecs_cpu_count,
ispecs_disk_count=opts.ispecs_disk_count,
ispecs_disk_size=opts.ispecs_disk_size,
......
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