aboutsummaryrefslogtreecommitdiffstats
path: root/robot/assets
diff options
context:
space:
mode:
authorYang Xu <xuyang11@gmail.com>2017-09-11 00:10:43 -0400
committerYang Xu <xuyang11@gmail.com>2017-09-11 17:42:07 -0400
commitf7087f5a3fba5a5744118c92aaee53bc06cad9aa (patch)
tree7ddd72b11b222d3460759ab133f30a19e1310dfd /robot/assets
parent073fa3a3fd89807622d7769c066667dead891248 (diff)
Automatically Set Tenant in Robot VM
Issue-Id: INT-192 Change-Id: I9f8a4bb3dc0131385ef6316548a8d2b52eb53037 Signed-off-by: Yang Xu <xuyang11@gmail.com>
Diffstat (limited to 'robot/assets')
-rw-r--r--robot/assets/templates/keystone_get_auth.template4
1 files changed, 2 insertions, 2 deletions
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
+}