summaryrefslogtreecommitdiff
path: root/heatclient/shell.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-11-28 10:31:03 +0000
committerGerrit Code Review <review@openstack.org>2013-11-28 10:31:03 +0000
commitb0b085dfb380d455470534dcee3c3e99c980df45 (patch)
treed5db06dd0b12a4df21087d804be75528073ecb52 /heatclient/shell.py
parentafa6b7fa6a47d5a29df234d8de0ef461263edc7c (diff)
parent7429fa965de8bad5325dfa64f6a633b618b0d2e7 (diff)
downloadpython-heatclient-b0b085dfb380d455470534dcee3c3e99c980df45.tar.gz
Merge "Honor endpoint_type when requesting keystone for a token"
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 7d7fb39..434fc9e 100644
--- a/heatclient/shell.py
+++ b/heatclient/shell.py
@@ -345,7 +345,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: