aboutsummaryrefslogtreecommitdiffstats
path: root/robot/assets/templates/keystone_get_auth.template
diff options
context:
space:
mode:
authorAh <Ashwini.Ah@arris.com>2018-10-04 12:08:25 +0530
committerAshwini <ashwini.ah@arris.com>2018-10-04 15:17:58 +0530
commitceacbbbc139ea848c14a7896d2a895810cadfa00 (patch)
tree228693e61c70726c7b179a61ac80dbe90009f1da /robot/assets/templates/keystone_get_auth.template
parent2f3b84630ab4176c95f7d8a1cb6cc1fedb28ef54 (diff)
Programmatically determining keystone api version
Issue-ID: TEST-39 Change-Id: Iae3c27af601a82d5e15744c682741841f76e839e Signed-off-by: Ah <Ashwini.Ah@arris.com>
Diffstat (limited to 'robot/assets/templates/keystone_get_auth.template')
-rw-r--r--robot/assets/templates/keystone_get_auth.template9
1 files changed, 0 insertions, 9 deletions
diff --git a/robot/assets/templates/keystone_get_auth.template b/robot/assets/templates/keystone_get_auth.template
deleted file mode 100644
index c3fa82f6..00000000
--- a/robot/assets/templates/keystone_get_auth.template
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "auth": {
- "tenantId" : "${tenantId}",
- "passwordCredentials": {
- "username": "${username}",
- "password": "${password}"
- }
- }
-}