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
------
https://identity.%(region_name)s.conoha.io/v2.0
https://identity.%(region_name)s.conoha.io
============== ================
Region Name Human Name
@ -89,7 +89,7 @@ sjc1 San Jose, CA
datacentred
-----------
https://compute.datacentred.io:5000/v2.0
https://compute.datacentred.io:5000
============== ================
Region Name Human Name

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -2,12 +2,13 @@
"name": "hp",
"profile": {
"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": [
"region-a.geo-1",
"region-b.geo-1"
],
"identity_api_version": "3",
"dns_service_type": "hpext:dns",
"volume_api_version": "1",
"image_api_version": "1"

View File

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

View File

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

View File

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

View File

@ -2,8 +2,9 @@
"name": "ultimum",
"profile": {
"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",
"region-name": "RegionOne"
}