Change ODL port from 6633 to 6653
[integration/test.git] / csit / variables / aaa / create-token.json
1 {
2     "auth": {
3         "identity": {
4             "methods": [
5                 "password"
6             ],
7             "password": {
8                 "user": {
9                     "domain": {
10                         "name": "Default"
11                     },
12                     "name": "CSC_user",
13                     "password": "cscuser"
14                 }
15             }
16         }
17     }
18 }