From 1927b03cc740378fcc1d146803cee988ec93e6a2 Mon Sep 17 00:00:00 2001 From: Terry Howe Date: Wed, 24 Dec 2014 06:08:19 -0700 Subject: [PATCH] Compute calls ignore region selection Calls to compute commands ignore region selection. The region is not passed to the get_endpoint call. Change-Id: I1ccfc56d7cb27a00b8982232a40ace21f2c0e9a2 Closes-Bug: 1405416 --- openstackclient/compute/client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openstackclient/compute/client.py b/openstackclient/compute/client.py index 3725350ac1..166747d59f 100644 --- a/openstackclient/compute/client.py +++ b/openstackclient/compute/client.py @@ -50,6 +50,7 @@ def make_client(instance): extensions=extensions, http_log_debug=http_log_debug, timings=instance.timing, + region_name=instance._region_name, ) return client