exoscale: fix api_key param auth typo
(cherry picked from commit 58cd107166
)
This commit is contained in:
parent
9e37d827d4
commit
d60b61ed04
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class ExoDns(object):
|
|||
def __init__(self, module):
|
||||
self.module = module
|
||||
|
||||
self.api_key = self.module.params. get('api_key')
|
||||
self.api_key = self.module.params.get('api_key')
|
||||
self.api_secret = self.module.params.get('api_secret')
|
||||
if not (self.api_key and self.api_secret):
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue