summaryrefslogtreecommitdiffstats
path: root/robot/assets/templates/keystone_get_auth.template
blob: 255f8ffd811c7a70ff20c2621f7c191e42254065 (plain)
1
2
3
4
5
6
7
8
{
  "auth": {
    "passwordCredentials": {
      "username": "${username}",
      "password": "${password}"
    }
  }
}