97182b02c260a60d574efd8414875bb37ef6577b
[testsuite.git] / robot / assets / templates / keystone_get_v2_auth.template
1 {
2   "auth": {
3     "tenantId" : "${tenantId}",
4     "passwordCredentials": {
5       "username": "${username}",
6       "password": "${password}"
7     }
8   }
9 }
10