Update volume API default version from v1 to v2
Cinder has deprecated API version v1 since Juno release, and there is a blueprint to remove v1 API support which is in progress. We should default to v2 API when it's there. Closes-Bug: 1467589 Change-Id: I83aef4c681cbe342c445f02436fcd40cf1222f23
This commit is contained in:
parent
0280db8521
commit
1cd3e5bb7f
@ -16,6 +16,7 @@ These are the default behaviors unless a cloud is configured differently.
|
||||
* Identity uses `password` authentication
|
||||
* Identity API Version is 2
|
||||
* Image API Version is 2
|
||||
* Volume API Version is 2
|
||||
* Images must be in `qcow2` format
|
||||
* Images are uploaded using PUT interface
|
||||
* Public IPv4 is directly routable via DHCP from Neutron
|
||||
@ -51,6 +52,7 @@ nz_wlg_2 Wellington, NZ
|
||||
|
||||
* Image API Version is 1
|
||||
* Images must be in `raw` format
|
||||
* Volume API Version is 1
|
||||
|
||||
citycloud
|
||||
---------
|
||||
@ -67,6 +69,7 @@ Kna1 Karlskrona, SE
|
||||
|
||||
* Identity API Version is 3
|
||||
* Public IPv4 is provided via NAT with Neutron Floating IP
|
||||
* Volume API Version is 1
|
||||
|
||||
conoha
|
||||
------
|
||||
@ -137,6 +140,8 @@ it-mil1 Milan, IT
|
||||
de-fra1 Frankfurt, DE
|
||||
============== ================
|
||||
|
||||
* Volume API Version is 1
|
||||
|
||||
hp
|
||||
--
|
||||
|
||||
@ -152,6 +157,7 @@ region-b.geo-1 US East
|
||||
* DNS Service Type is `hpext:dns`
|
||||
* Image API Version is 1
|
||||
* Public IPv4 is provided via NAT with Neutron Floating IP
|
||||
* Volume API Version is 1
|
||||
|
||||
internap
|
||||
--------
|
||||
@ -212,6 +218,7 @@ SYD Sydney
|
||||
* Uploaded Images need properties to not use vendor agent::
|
||||
:vm_mode: hvm
|
||||
:xenapi_use_agent: False
|
||||
* Volume API Version is 1
|
||||
|
||||
runabove
|
||||
--------
|
||||
@ -241,6 +248,7 @@ ZH Zurich, CH
|
||||
|
||||
* Images must be in `raw` format
|
||||
* Images must be uploaded using the Glance Task Interface
|
||||
* Volume API Version is 1
|
||||
|
||||
ultimum
|
||||
-------
|
||||
@ -253,6 +261,8 @@ Region Name Human Name
|
||||
RegionOne Region One
|
||||
============== ================
|
||||
|
||||
* Volume API Version is 1
|
||||
|
||||
unitedstack
|
||||
-----------
|
||||
|
||||
@ -267,6 +277,7 @@ gd1 Guangdong
|
||||
|
||||
* Identity API Version is 3
|
||||
* Images must be in `raw` format
|
||||
* Volume API Version is 1
|
||||
|
||||
vexxhost
|
||||
--------
|
||||
|
@ -17,5 +17,5 @@
|
||||
"object_store_api_version": "1",
|
||||
"orchestration_api_version": "1",
|
||||
"secgroup_source": "neutron",
|
||||
"volume_api_version": "1"
|
||||
"volume_api_version": "2"
|
||||
}
|
||||
|
1
os_client_config/vendors/bluebox.json
vendored
1
os_client_config/vendors/bluebox.json
vendored
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "bluebox",
|
||||
"profile": {
|
||||
"volume_api_version": "1",
|
||||
"region_name": "RegionOne"
|
||||
}
|
||||
}
|
||||
|
1
os_client_config/vendors/catalyst.json
vendored
1
os_client_config/vendors/catalyst.json
vendored
@ -9,6 +9,7 @@
|
||||
"nz_wlg_2"
|
||||
],
|
||||
"image_api_version": "1",
|
||||
"volume_api_version": "1",
|
||||
"image_format": "raw"
|
||||
}
|
||||
}
|
||||
|
1
os_client_config/vendors/citycloud.json
vendored
1
os_client_config/vendors/citycloud.json
vendored
@ -9,6 +9,7 @@
|
||||
"Sto2",
|
||||
"Kna1"
|
||||
],
|
||||
"volume_api_version": "1",
|
||||
"identity_api_version": "3"
|
||||
}
|
||||
}
|
||||
|
@ -4,6 +4,7 @@
|
||||
"auth": {
|
||||
"auth_url": "https://api.entercloudsuite.com/v2.0"
|
||||
},
|
||||
"volume_api_version": "1",
|
||||
"regions": [
|
||||
"it-mil1",
|
||||
"nl-ams1",
|
||||
|
1
os_client_config/vendors/hp.json
vendored
1
os_client_config/vendors/hp.json
vendored
@ -9,6 +9,7 @@
|
||||
"region-b.geo-1"
|
||||
],
|
||||
"dns_service_type": "hpext:dns",
|
||||
"volume_api_version": "1",
|
||||
"image_api_version": "1"
|
||||
}
|
||||
}
|
||||
|
1
os_client_config/vendors/rackspace.json
vendored
1
os_client_config/vendors/rackspace.json
vendored
@ -18,6 +18,7 @@
|
||||
"image_format": "vhd",
|
||||
"floating_ip_source": "None",
|
||||
"secgroup_source": "None",
|
||||
"volume_api_version": "1",
|
||||
"disable_vendor_agent": {
|
||||
"vm_mode": "hvm",
|
||||
"xenapi_use_agent": false
|
||||
|
1
os_client_config/vendors/switchengines.json
vendored
1
os_client_config/vendors/switchengines.json
vendored
@ -8,6 +8,7 @@
|
||||
"LS",
|
||||
"ZH"
|
||||
],
|
||||
"volume_api_version": "1",
|
||||
"image_api_use_tasks": true,
|
||||
"image_format": "raw"
|
||||
}
|
||||
|
1
os_client_config/vendors/ultimum.json
vendored
1
os_client_config/vendors/ultimum.json
vendored
@ -4,6 +4,7 @@
|
||||
"auth": {
|
||||
"auth_url": "https://console.ultimum-cloud.com:5000/v2.0"
|
||||
},
|
||||
"volume_api_version": "1",
|
||||
"region-name": "RegionOne"
|
||||
}
|
||||
}
|
||||
|
1
os_client_config/vendors/unitedstack.json
vendored
1
os_client_config/vendors/unitedstack.json
vendored
@ -8,6 +8,7 @@
|
||||
"bj1",
|
||||
"gd1"
|
||||
],
|
||||
"volume_api_version": "1",
|
||||
"identity_api_version": "3",
|
||||
"image_format": "raw",
|
||||
"floating_ip_source": "None"
|
||||
|
Loading…
x
Reference in New Issue
Block a user