summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2019-08-14 14:35:21 -0500
committerDean Troyer <dtroyer@gmail.com>2019-09-09 09:35:44 -0500
commita96089ff6d54237a9e058dc1c7e6fc7e25695ecb (patch)
treee164cc7b984c9cf1b4bbfed4d4dfe05c1b01e809 /releasenotes/notes
parent9042668da4fc70d85e60c79986ab46b0ec070a86 (diff)
downloadpython-openstackclient-a96089ff6d54237a9e058dc1c7e6fc7e25695ecb.tar.gz
Default to Cinder v3 API
This switches the default Cinder API version to v3 to prepare for v2 going away. Change-Id: Icca1512b715409e3001c0fd2d1ea663d5e71ec02 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/volume-v3-default-0ffa9bebb43b5057.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/volume-v3-default-0ffa9bebb43b5057.yaml b/releasenotes/notes/volume-v3-default-0ffa9bebb43b5057.yaml
new file mode 100644
index 00000000..a38a5434
--- /dev/null
+++ b/releasenotes/notes/volume-v3-default-0ffa9bebb43b5057.yaml
@@ -0,0 +1,7 @@
+---
+upgrade:
+ - |
+ Volume commands now default to Volume API 3. On older clouds
+ that do not support Volume 3.x ``--os-volume-api-version 2``
+ of the adition of ``volume_api_version: '2' in ``clouds.yaml``
+ will be required.