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:
Monty Taylor 2014-08-03 10:43:39 -07:00
parent b89cac909a
commit 5f48bf1da7

View file

@ -99,6 +99,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()