horizon/releasenotes/notes/cinder-api-v3-by-default-d6e3c12760fdf655.yaml
Ivan Kolodyazhny a774fa30dd Use Cinder API v3 by default
Cinder API v3 was introduced several releases ago and is backward
compatible with API v2 so it's safe to swith to use it.

Change-Id: I550e6c59bb14c17da78d7b2abcde5783b2b6825d
Closes-Bug: #1728761
2017-12-18 15:34:41 +02:00

12 lines
399 B
YAML

---
features:
- |
Cinder API v3 is used by default now. It was introduced in Mitaka release
and has all features from API v2.
upgrade:
- |
If your deployment doesn't have Cinder API v3 endpoint like ``volumev3``
you should create new endpoint or use Cinder API v2 via setting
OPENSTACK_API_VERSIONS['volume'] = 2 in your OpenStack Dashboard (Horizon)
configuration file.