From 7429fa965de8bad5325dfa64f6a633b618b0d2e7 Mon Sep 17 00:00:00 2001 From: JordanP Date: Mon, 18 Nov 2013 18:50:30 +0100 Subject: 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 --- heatclient/shell.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'heatclient/shell.py') 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: -- cgit v1.2.1