Move CSIT to integration/csit repo
[integration/csit.git] / tests / vfc / nfvo-driver-svnfm / jsoninput / hwvnfm_createtoken.json
1 {
2     "auth": {
3         "identity": {
4             "methods": ["password"],
5             "password": {
6                 "user": {
7                     "name": "admin",
8                     "password": "User@12345"
9                 }
10             }
11         }
12     }
13 }