File: existing-api.json

package info (click to toggle)
rally-openstack 3.0.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,928 kB
  • sloc: python: 53,131; sh: 262; makefile: 38
file content (20 lines) | stat: -rw-r--r-- 526 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "openstack": {
        "auth_url": "http://example.net:5000/v2.0/",
        "region_name": "RegionOne",
        "endpoint_type": "public",
        "admin": {
            "username": "admin",
            "password": "myadminpass",
            "tenant_name": "demo"
        },
        "https_insecure": false,
        "https_cacert": ""
        "api_info": {
            "specified_client_name": {
                "version": "version_number",
                "service_type": "service_type"
            }
        }
    }
}