summaryrefslogtreecommitdiff
path: root/cinderclient/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'cinderclient/shell.py')
-rw-r--r--cinderclient/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cinderclient/shell.py b/cinderclient/shell.py
index 57c9d8c..acbccda 100644
--- a/cinderclient/shell.py
+++ b/cinderclient/shell.py
@@ -718,7 +718,7 @@ class OpenStackCinderShell(object):
service_type=service_type,
service_name=service_name,
volume_service_name=volume_service_name,
- bypass_url=os_endpoint,
+ os_endpoint=os_endpoint,
retries=options.retries,
http_log_debug=args.debug,
insecure=insecure,