summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorTakashi Kajinami <tkajinam@redhat.com>2021-02-13 18:24:53 +0900
committerTakashi Kajinami <tkajinam@redhat.com>2021-02-13 22:20:06 +0900
commit77b61a952e9f62217a08548cef015bf6e5b953ac (patch)
tree0cd59fc9470d48f8436182249ec27ec87022f51f /releasenotes
parentd05024afc3bed9deca1acc49f4a8d6faf14b0545 (diff)
downloadglance_store-77b61a952e9f62217a08548cef015bf6e5b953ac.tar.gz
Cinder store: Use v3 API by default
v2 API of cinder is already deprecated, and the cinder community is now planning to remove it. This change makes cinder store use v3 API instead, which is the current latest version actively maintainced. Closes-Bug: #1915602 Change-Id: I8f374eb1b26ec408c52c6279da79cfe470d59a1c
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1915602-fcc807a435d8a6bf.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1915602-fcc807a435d8a6bf.yaml b/releasenotes/notes/bug-1915602-fcc807a435d8a6bf.yaml
new file mode 100644
index 0000000..f7869f7
--- /dev/null
+++ b/releasenotes/notes/bug-1915602-fcc807a435d8a6bf.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ Default value of the ``cinder_catalog_info`` parameter has been changed
+ from ``volumev2::publicURL`` to ``volumev3::publicURL``, so that
+ the current v3 API is used by default instead of the deprecated v2 API.