From f7087f5a3fba5a5744118c92aaee53bc06cad9aa Mon Sep 17 00:00:00 2001 From: Yang Xu Date: Mon, 11 Sep 2017 00:10:43 -0400 Subject: Automatically Set Tenant in Robot VM Issue-Id: INT-192 Change-Id: I9f8a4bb3dc0131385ef6316548a8d2b52eb53037 Signed-off-by: Yang Xu --- robot/assets/templates/keystone_get_auth.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'robot/assets') diff --git a/robot/assets/templates/keystone_get_auth.template b/robot/assets/templates/keystone_get_auth.template index 776ed49e..c3fa82f6 100644 --- a/robot/assets/templates/keystone_get_auth.template +++ b/robot/assets/templates/keystone_get_auth.template @@ -1,9 +1,9 @@ { "auth": { - "tenantName" : "${tenantName}", + "tenantId" : "${tenantId}", "passwordCredentials": { "username": "${username}", "password": "${password}" } } -} \ No newline at end of file +} -- cgit 1.2.3-korg