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
This commit is contained in:
Terry Howe 2014-12-24 06:08:19 -07:00
parent a24d6e7c6f
commit 1927b03cc7

View File

@ -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