mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Added region name to client connection as it is needed for some cloud providers
This commit is contained in:
parent
fe88fcb6d2
commit
d31170940b
1 changed files with 1 additions and 0 deletions
|
@ -249,6 +249,7 @@ def main():
|
||||||
module.params['login_password'],
|
module.params['login_password'],
|
||||||
module.params['login_tenant_name'],
|
module.params['login_tenant_name'],
|
||||||
module.params['auth_url'],
|
module.params['auth_url'],
|
||||||
|
region_name=module.params['region_name'],
|
||||||
service_type='compute')
|
service_type='compute')
|
||||||
try:
|
try:
|
||||||
nova.authenticate()
|
nova.authenticate()
|
||||||
|
|
Loading…
Reference in a new issue