diff options
| author | Terry Howe <terrylhowe@gmail.com> | 2014-12-24 06:08:19 -0700 |
|---|---|---|
| committer | Terry Howe <terrylhowe@gmail.com> | 2014-12-24 06:08:19 -0700 |
| commit | 1927b03cc740378fcc1d146803cee988ec93e6a2 (patch) | |
| tree | cf073cd1839af6c5656ffb549e539c2cb803c3c7 /openstackclient | |
| parent | a24d6e7c6f06ccaecefa0a2c6cd2c105f3cd8be5 (diff) | |
| download | python-openstackclient-1927b03cc740378fcc1d146803cee988ec93e6a2.tar.gz | |
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
Diffstat (limited to 'openstackclient')
| -rw-r--r-- | openstackclient/compute/client.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openstackclient/compute/client.py b/openstackclient/compute/client.py index 3725350a..166747d5 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 |
