Skip to content

Commit b7f673c

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Fix volume commands with multiple regions"
2 parents 8be3e24 + eddab62 commit b7f673c

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
@@ -48,6 +48,7 @@ def make_client(instance):
4848
auth_url=instance._auth_url,
4949
cacert=instance._cacert,
5050
insecure=instance._insecure,
51+
region_name=instance._region_name,
5152
http_log_debug=http_log_debug
5253
)
5354

0 commit comments

Comments
 (0)