mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #46136 from rallytime/bp-46115
Back-port #46115 to 2017.7
This commit is contained in:
commit
1fcbbd1e02
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