mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Merge "Fix volume commands with multiple regions"
This commit is contained in:
commit
b7f673cb81
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ def make_client(instance):
|
|||
auth_url=instance._auth_url,
|
||||
cacert=instance._cacert,
|
||||
insecure=instance._insecure,
|
||||
region_name=instance._region_name,
|
||||
http_log_debug=http_log_debug
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue