mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Respect region_name in nova_compute
Signed-off-by: Oleg Bulatov <oleg@bulatov.me>
This commit is contained in:
@@ -249,6 +249,7 @@ def main():
|
||||
module.params['login_password'],
|
||||
module.params['login_tenant_name'],
|
||||
module.params['auth_url'],
|
||||
region_name=module.params['region_name'],
|
||||
service_type='compute')
|
||||
try:
|
||||
nova.authenticate()
|
||||
|
||||
Reference in New Issue
Block a user