aboutsummaryrefslogtreecommitdiffstats
path: root/robot/assets/templates/keystone_get_v2_auth.template
blob: 97182b02c260a60d574efd8414875bb37ef6577b (plain)
1
2
3
4
5
6
7
8
9
10
{
  "auth": {
    "tenantId" : "${tenantId}",
    "passwordCredentials": {
      "username": "${username}",
      "password": "${password}"
    }
  }
}