Commit f3357099 by Monty Taylor

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.
parent b81a37ad
...@@ -99,6 +99,7 @@ def main(): ...@@ -99,6 +99,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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment