summaryrefslogtreecommitdiff
path: root/os_client_config/vendors/rackspace.json
blob: 3fbbacd9027478d62223504049b6e30a639f1e52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "name": "rackspace",
  "profile": {
    "auth": {
      "auth_url": "https://identity.api.rackspacecloud.com/v2.0/"
    },
    "regions": [
      "DFW",
      "HKG",
      "IAD",
      "ORD",
      "SYD",
      "LON"
    ],
    "database_service_type": "rax:database",
    "compute_service_name": "cloudServersOpenStack",
    "image_api_use_tasks": true,
    "image_format": "vhd",
    "floating_ip_source": "None",
    "secgroup_source": "None",
    "volume_api_version": "1",
    "disable_vendor_agent": {
      "vm_mode": "hvm",
      "xenapi_use_agent": false
    },
    "has_network": false
  }
}