Update auth urls and identity API versions

Most of the clouds, it turns out, support unversioned auth_url as well
as keystone v3.

Change-Id: I088d008cd2732f137c8a1bbbd9c0a43f7d382f92
This commit is contained in:
Monty Taylor 2016-01-05 10:30:28 -06:00
parent 0bc9e33c9f
commit 3b5673ce4c
12 changed files with 24 additions and 13 deletions

View File

@ -74,7 +74,7 @@ Kna1 Karlskrona, SE
conoha conoha
------ ------
https://identity.%(region_name)s.conoha.io/v2.0 https://identity.%(region_name)s.conoha.io
============== ================ ============== ================
Region Name Human Name Region Name Human Name
@ -89,7 +89,7 @@ sjc1 San Jose, CA
datacentred datacentred
----------- -----------
https://compute.datacentred.io:5000/v2.0 https://compute.datacentred.io:5000
============== ================ ============== ================
Region Name Human Name Region Name Human Name

View File

@ -4,6 +4,7 @@
"auth": { "auth": {
"auth_url": "https://api.van1.auro.io:5000/v2.0" "auth_url": "https://api.van1.auro.io:5000/v2.0"
}, },
"identity_api_version": "2",
"region_name": "van1" "region_name": "van1"
} }
} }

View File

@ -2,12 +2,13 @@
"name": "conoha", "name": "conoha",
"profile": { "profile": {
"auth": { "auth": {
"auth_url": "https://identity.{region_name}.conoha.io/v2.0" "auth_url": "https://identity.{region_name}.conoha.io"
}, },
"regions": [ "regions": [
"sin1", "sin1",
"sjc1", "sjc1",
"tyo1" "tyo1"
] ],
"identity_api_version": "2"
} }
} }

View File

@ -2,9 +2,10 @@
"name": "datacentred", "name": "datacentred",
"profile": { "profile": {
"auth": { "auth": {
"auth_url": "https://compute.datacentred.io:5000/v2.0" "auth_url": "https://compute.datacentred.io:5000"
}, },
"region-name": "sal01", "region-name": "sal01",
"identity_api_version": "2",
"image_api_version": "1" "image_api_version": "1"
} }
} }

View File

@ -2,8 +2,9 @@
"name": "dreamhost", "name": "dreamhost",
"profile": { "profile": {
"auth": { "auth": {
"auth_url": "https://keystone.dream.io/v2.0" "auth_url": "https://keystone.dream.io"
}, },
"identity_api_version": "3",
"region_name": "RegionOne", "region_name": "RegionOne",
"image_format": "raw" "image_format": "raw"
} }

View File

@ -2,8 +2,9 @@
"name": "elastx", "name": "elastx",
"profile": { "profile": {
"auth": { "auth": {
"auth_url": "https://ops.elastx.net:5000/v2.0" "auth_url": "https://ops.elastx.net:5000"
}, },
"identity_api_version": "3",
"region_name": "regionOne" "region_name": "regionOne"
} }
} }

View File

@ -2,8 +2,9 @@
"name": "entercloudsuite", "name": "entercloudsuite",
"profile": { "profile": {
"auth": { "auth": {
"auth_url": "https://api.entercloudsuite.com/v2.0" "auth_url": "https://api.entercloudsuite.com/"
}, },
"identity_api_version": "3",
"volume_api_version": "1", "volume_api_version": "1",
"regions": [ "regions": [
"it-mil1", "it-mil1",

View File

@ -2,12 +2,13 @@
"name": "hp", "name": "hp",
"profile": { "profile": {
"auth": { "auth": {
"auth_url": "https://region-b.geo-1.identity.hpcloudsvc.com:35357/v2.0" "auth_url": "https://region-b.geo-1.identity.hpcloudsvc.com:35357"
}, },
"regions": [ "regions": [
"region-a.geo-1", "region-a.geo-1",
"region-b.geo-1" "region-b.geo-1"
], ],
"identity_api_version": "3",
"dns_service_type": "hpext:dns", "dns_service_type": "hpext:dns",
"volume_api_version": "1", "volume_api_version": "1",
"image_api_version": "1" "image_api_version": "1"

View File

@ -2,13 +2,14 @@
"name": "internap", "name": "internap",
"profile": { "profile": {
"auth": { "auth": {
"auth_url": "https://identity.api.cloud.iweb.com/v2.0" "auth_url": "https://identity.api.cloud.iweb.com"
}, },
"regions": [ "regions": [
"ams01", "ams01",
"da01", "da01",
"nyj01" "nyj01"
], ],
"identity_api_version": "3",
"image_api_version": "1", "image_api_version": "1",
"floating_ip_source": "None" "floating_ip_source": "None"
} }

View File

@ -2,13 +2,14 @@
"name": "ovh", "name": "ovh",
"profile": { "profile": {
"auth": { "auth": {
"auth_url": "https://auth.cloud.ovh.net/v2.0" "auth_url": "https://auth.cloud.ovh.net/"
}, },
"regions": [ "regions": [
"BHS1", "BHS1",
"GRA1", "GRA1",
"SBG1" "SBG1"
], ],
"identity_api_version": "3",
"image_format": "raw", "image_format": "raw",
"floating_ip_source": "None" "floating_ip_source": "None"
} }

View File

@ -2,12 +2,13 @@
"name": "runabove", "name": "runabove",
"profile": { "profile": {
"auth": { "auth": {
"auth_url": "https://auth.runabove.io/v2.0" "auth_url": "https://auth.runabove.io/"
}, },
"regions": [ "regions": [
"BHS-1", "BHS-1",
"SBG-1" "SBG-1"
], ],
"identity_api_version": "3",
"image_format": "qcow2", "image_format": "qcow2",
"floating_ip_source": "None" "floating_ip_source": "None"
} }

View File

@ -2,8 +2,9 @@
"name": "ultimum", "name": "ultimum",
"profile": { "profile": {
"auth": { "auth": {
"auth_url": "https://console.ultimum-cloud.com:5000/v2.0" "auth_url": "https://console.ultimum-cloud.com:5000/"
}, },
"identity_api_version": "3",
"volume_api_version": "1", "volume_api_version": "1",
"region-name": "RegionOne" "region-name": "RegionOne"
} }