summaryrefslogtreecommitdiff
path: root/os_client_config/vendors
diff options
context:
space:
mode:
authorYaguang Tang <yaguang@umcloud.com>2015-12-27 10:59:08 +0800
committerMonty Taylor <mordred@inaugust.com>2015-12-31 17:22:30 -0600
commit1cd3e5bb7fd7cd72a481f5ae8bbcd0b2ab114680 (patch)
tree1e273f01d825012bfc19b9e74aa08a9d48910d56 /os_client_config/vendors
parent0280db852190db66607c6d48c321274d5e99f4d2 (diff)
downloados-client-config-1cd3e5bb7fd7cd72a481f5ae8bbcd0b2ab114680.tar.gz
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
Diffstat (limited to 'os_client_config/vendors')
-rw-r--r--os_client_config/vendors/bluebox.json1
-rw-r--r--os_client_config/vendors/catalyst.json1
-rw-r--r--os_client_config/vendors/citycloud.json1
-rw-r--r--os_client_config/vendors/entercloudsuite.json1
-rw-r--r--os_client_config/vendors/hp.json1
-rw-r--r--os_client_config/vendors/rackspace.json1
-rw-r--r--os_client_config/vendors/switchengines.json1
-rw-r--r--os_client_config/vendors/ultimum.json1
-rw-r--r--os_client_config/vendors/unitedstack.json1
9 files changed, 9 insertions, 0 deletions
diff --git a/os_client_config/vendors/bluebox.json b/os_client_config/vendors/bluebox.json
index 2227aac..647c842 100644
--- a/os_client_config/vendors/bluebox.json
+++ b/os_client_config/vendors/bluebox.json
@@ -1,6 +1,7 @@
{
"name": "bluebox",
"profile": {
+ "volume_api_version": "1",
"region_name": "RegionOne"
}
}
diff --git a/os_client_config/vendors/catalyst.json b/os_client_config/vendors/catalyst.json
index ddde838..3ad7507 100644
--- a/os_client_config/vendors/catalyst.json
+++ b/os_client_config/vendors/catalyst.json
@@ -9,6 +9,7 @@
"nz_wlg_2"
],
"image_api_version": "1",
+ "volume_api_version": "1",
"image_format": "raw"
}
}
diff --git a/os_client_config/vendors/citycloud.json b/os_client_config/vendors/citycloud.json
index f6c57c7..64cadce 100644
--- a/os_client_config/vendors/citycloud.json
+++ b/os_client_config/vendors/citycloud.json
@@ -9,6 +9,7 @@
"Sto2",
"Kna1"
],
+ "volume_api_version": "1",
"identity_api_version": "3"
}
}
diff --git a/os_client_config/vendors/entercloudsuite.json b/os_client_config/vendors/entercloudsuite.json
index 826c25f..5a425b4 100644
--- a/os_client_config/vendors/entercloudsuite.json
+++ b/os_client_config/vendors/entercloudsuite.json
@@ -4,6 +4,7 @@
"auth": {
"auth_url": "https://api.entercloudsuite.com/v2.0"
},
+ "volume_api_version": "1",
"regions": [
"it-mil1",
"nl-ams1",
diff --git a/os_client_config/vendors/hp.json b/os_client_config/vendors/hp.json
index 10789a9..ac280f2 100644
--- a/os_client_config/vendors/hp.json
+++ b/os_client_config/vendors/hp.json
@@ -9,6 +9,7 @@
"region-b.geo-1"
],
"dns_service_type": "hpext:dns",
+ "volume_api_version": "1",
"image_api_version": "1"
}
}
diff --git a/os_client_config/vendors/rackspace.json b/os_client_config/vendors/rackspace.json
index 582e122..3fbbacd 100644
--- a/os_client_config/vendors/rackspace.json
+++ b/os_client_config/vendors/rackspace.json
@@ -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
diff --git a/os_client_config/vendors/switchengines.json b/os_client_config/vendors/switchengines.json
index 8a7c566..46f6325 100644
--- a/os_client_config/vendors/switchengines.json
+++ b/os_client_config/vendors/switchengines.json
@@ -8,6 +8,7 @@
"LS",
"ZH"
],
+ "volume_api_version": "1",
"image_api_use_tasks": true,
"image_format": "raw"
}
diff --git a/os_client_config/vendors/ultimum.json b/os_client_config/vendors/ultimum.json
index ada6e3d..0b38d71 100644
--- a/os_client_config/vendors/ultimum.json
+++ b/os_client_config/vendors/ultimum.json
@@ -4,6 +4,7 @@
"auth": {
"auth_url": "https://console.ultimum-cloud.com:5000/v2.0"
},
+ "volume_api_version": "1",
"region-name": "RegionOne"
}
}
diff --git a/os_client_config/vendors/unitedstack.json b/os_client_config/vendors/unitedstack.json
index 41f4585..ac8be11 100644
--- a/os_client_config/vendors/unitedstack.json
+++ b/os_client_config/vendors/unitedstack.json
@@ -8,6 +8,7 @@
"bj1",
"gd1"
],
+ "volume_api_version": "1",
"identity_api_version": "3",
"image_format": "raw",
"floating_ip_source": "None"