summaryrefslogtreecommitdiff
path: root/heatclient/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'heatclient/shell.py')
-rw-r--r--heatclient/shell.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/heatclient/shell.py b/heatclient/shell.py
index 2793ad5..a31cfee 100644
--- a/heatclient/shell.py
+++ b/heatclient/shell.py
@@ -328,7 +328,8 @@ class HeatShell(object):
'cert_file': args.cert_file,
'key_file': args.key_file,
'username': args.os_username,
- 'password': args.os_password
+ 'password': args.os_password,
+ 'endpoint_type': args.os_endpoint_type
}
if args.os_region_name: