Skip to content

Commit

Permalink
Pass region_name to nova_keypair
Browse files Browse the repository at this point in the history
Again, on things with regions, when we're configuring it, we should
actually pass it in to the compute constructor.
  • Loading branch information
emonty committed Aug 5, 2014
1 parent 4e6685d commit cde5513
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/cloud/nova_keypair
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,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()
Expand Down

0 comments on commit cde5513

Please sign in to comment.