a774fa30dd
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
12 lines
399 B
YAML
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.
|