diff options
author | Ah <Ashwini.Ah@arris.com> | 2018-10-04 12:08:25 +0530 |
---|---|---|
committer | Ashwini <ashwini.ah@arris.com> | 2018-10-04 15:17:58 +0530 |
commit | ceacbbbc139ea848c14a7896d2a895810cadfa00 (patch) | |
tree | 228693e61c70726c7b179a61ac80dbe90009f1da /robot/assets/templates/keystone_get_auth.template | |
parent | 2f3b84630ab4176c95f7d8a1cb6cc1fedb28ef54 (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.template | 9 |
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}" - } - } -} |