Skip to content

Commit

Permalink
update digitalocean salt-cloud driver
Browse files Browse the repository at this point in the history
  • Loading branch information
samodid authored and rallytime committed Feb 21, 2018
1 parent 6cea44e commit 0a481d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/cloud/clouds/digital_ocean.py
Expand Up @@ -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']] = {}
Expand Down

0 comments on commit 0a481d7

Please sign in to comment.