mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Pass region_name to nova_keypair
Again, on things with regions, when we're configuring it, we should actually pass it in to the compute constructor.
This commit is contained in:
parent
4e6685d772
commit
cde5513923
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,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…
Add table
Add a link
Reference in a new issue