tripleo-common/releasenotes/notes/cinder-and-glance-api-version-bca6acd809d4151c.yaml
Alan Bishop 4e38b28344 Define default Image and Volume API versions in overcloudrc
Define the default API versions for the Image and Volume services in
overcloudrc.

The default Image API version (2) is the latest major version supported
by Glance, and matches the version Glance implements when the version is
unspecified. The default Volume API version (3) is the latest major
version supported by Cinder. Cinder supports higher microversions, but
the Cinder project recommends a lower default value in order prevent
breaking legacy applications (e.g. scripts).

Change-Id: I306fc90b0adcc001aae5bfbe83685b27371c80c8
2017-06-14 14:33:23 -04:00

8 lines
276 B
YAML

---
features:
- |
Set ``OS_VOLUME_API_VERSION`` and ``OS_IMAGE_API_VERSION`` in
``overcloudrc`` in order to establish the default API versions for
the Volume and Image services. The values match the default major API
versions for Cinder (3) and Glance (2).