Merge "Honor endpoint_type when requesting keystone for a token"

This commit is contained in:
Jenkins 2013-11-28 10:31:03 +00:00 committed by Gerrit Code Review
commit b0b085dfb3
1 changed files with 2 additions and 1 deletions

View File

@ -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: