Added region name to client connection as it is needed for some cloud providers

pull/6785/head
CaptTofu 11 years ago
parent fe88fcb6d2
commit d31170940b

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

Loading…
Cancel
Save