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.
reviewable/pr18780/r1
Monty Taylor 10 years ago
parent e7cbbd8b73
commit b91f129d87

@ -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…
Cancel
Save