mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #43268 from rallytime/bp-43237
Back-port #43237 to 2017.7
This commit is contained in:
commit
367668a0a3
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ def query(params=None, setname=None, requesturl=None, location=None,
|
|||
service_url = prov_dict.get('service_url', 'amazonaws.com')
|
||||
|
||||
if not location:
|
||||
location = get_location(opts, provider)
|
||||
location = get_location(opts, prov_dict)
|
||||
|
||||
if endpoint is None:
|
||||
if not requesturl:
|
||||
|
|
Loading…
Add table
Reference in a new issue