diff options
author | Jerry Flood <jf9860@att.com> | 2017-06-08 11:52:40 -0400 |
---|---|---|
committer | Jerry Flood <jf9860@att.com> | 2017-06-08 11:53:00 -0400 |
commit | 46a20553fed5b238da1b27e6bc051dc825d77598 (patch) | |
tree | 784b752c19617a3c90f1a69321a56575518f52c4 /robot/assets/templates | |
parent | c79c8279e1100171fd0cd5833e6a1d89f2edfe16 (diff) |
Add tenant name to keystone authentication
Issue: TEST-28
Change-Id: I939a40b3fc9ae09a2b73df0e77ecc2b47ac9a255
Signed-off-by: Jerry Flood <jf9860@att.com>
Diffstat (limited to 'robot/assets/templates')
-rw-r--r-- | robot/assets/templates/keystone_get_auth.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/robot/assets/templates/keystone_get_auth.template b/robot/assets/templates/keystone_get_auth.template index 255f8ffd..776ed49e 100644 --- a/robot/assets/templates/keystone_get_auth.template +++ b/robot/assets/templates/keystone_get_auth.template @@ -1,5 +1,6 @@ { "auth": { + "tenantName" : "${tenantName}", "passwordCredentials": { "username": "${username}", "password": "${password}" |