Skip to content

Commit b64ec3c

Browse files
committed
Volume client honor set region
1 parent 95fe3fd commit b64ec3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openstackclient/volume/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def make_client(instance):
5454
session=instance.session,
5555
extensions=extensions,
5656
http_log_debug=http_log_debug,
57+
region_name=instance._region_name,
5758
)
5859

5960
return client

0 commit comments

Comments
 (0)