Files
glance_store/releasenotes/notes/bug-1915602-fcc807a435d8a6bf.yaml
Takashi Kajinami 77b61a952e 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
2021-02-13 22:20:06 +09:00

7 lines
238 B
YAML

---
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.