We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8be3e24 + eddab62 commit b7f673cCopy full SHA for b7f673c
1 file changed
openstackclient/volume/client.py
@@ -48,6 +48,7 @@ def make_client(instance):
48
auth_url=instance._auth_url,
49
cacert=instance._cacert,
50
insecure=instance._insecure,
51
+ region_name=instance._region_name,
52
http_log_debug=http_log_debug
53
)
54
0 commit comments