mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
6cea44ee95
commit
0a481d707f
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ def avail_sizes(call=None):
|
|||
'-f or --function, or with the --list-sizes option'
|
||||
)
|
||||
|
||||
items = query(method='sizes')
|
||||
items = query(method='sizes', command='?per_page=100')
|
||||
ret = {}
|
||||
for size in items['sizes']:
|
||||
ret[size['slug']] = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue