From d31170940bd5e7bce05b1b9d20b1f0203068eee4 Mon Sep 17 00:00:00 2001 From: CaptTofu Date: Mon, 31 Mar 2014 20:07:07 -0700 Subject: [PATCH] Added region name to client connection as it is needed for some cloud providers --- library/cloud/nova_compute | 1 + 1 file changed, 1 insertion(+) diff --git a/library/cloud/nova_compute b/library/cloud/nova_compute index 049c8116bbc..37df3665ea4 100644 --- a/library/cloud/nova_compute +++ b/library/cloud/nova_compute @@ -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()