diff options
| author | Jenkins <jenkins@review.openstack.org> | 2014-12-24 18:00:20 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2014-12-24 18:00:20 +0000 |
| commit | 3cb8b0ca6fb3985ca97a4820dfa8e44d31bd5281 (patch) | |
| tree | 9904ff439b6523111ecf75848f8b17854c79556d /openstackclient | |
| parent | 26dbad5cfb013fc1624936fa9bc6b11b6662b9cf (diff) | |
| parent | 1927b03cc740378fcc1d146803cee988ec93e6a2 (diff) | |
| download | python-openstackclient-3cb8b0ca6fb3985ca97a4820dfa8e44d31bd5281.tar.gz | |
Merge "Compute calls ignore region selection"
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 |
