summaryrefslogtreecommitdiff
path: root/heatclient/shell.py
diff options
context:
space:
mode:
authorJordanP <jordan.pittier-ext@cloudwatt.com>2013-11-18 18:50:30 +0100
committerJordanP <jordan.pittier-ext@cloudwatt.com>2013-11-18 18:53:25 +0100
commit7429fa965de8bad5325dfa64f6a633b618b0d2e7 (patch)
treea010d50eb68f7fe1678176e28d7d989d29e81d36 /heatclient/shell.py
parent56f97606d83ce124eaee41891be043385a15e05c (diff)
downloadpython-heatclient-7429fa965de8bad5325dfa64f6a633b618b0d2e7.tar.gz
Honor endpoint_type when requesting keystone for a token
The parameter 'endpoint_type' must be taken into account in case one has different public and internal Heat endpoint Change-Id: I63ffbec321e187f42405e1e70781065a274004d2
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: