aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/vfc/nfvo-driver-svnfm/jsoninput/hwvnfm_createtoken.json
blob: e9a6c3e92b53d303c1b3ce7e26ea00dfa4e57c04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "auth": {
        "identity": {
            "methods": ["password"],
            "password": {
                "user": {
                    "name": "admin",
                    "password": "User@12345"
                }
            }
        }
    }
}