cinder/releasenotes/notes/default-apiv1-disabled-9f6bb0c67b38e670.yaml
Sean McGinnis 7fcca079ff Disable API v1 by default
The v1 API has been deprecated by default since Juno. While we've
determined we can't get rid of it in the foreseeable future, we
shouldn't enable it by default. This may encourage any remaining
users to migrate.

This will also get rid of some warning messages in the logs on
startup warning of the deprecated API.

Change-Id: Ieea9a6c764eb1b55ad399a96e218d773ad4c59a5
Partial-bug: #1413102
2016-09-29 13:35:12 -05:00

7 lines
216 B
YAML

---
upgrade:
- The v1 API was deprecated in the Juno release and is
now defaulted to disabled. In order to still use the
v1 API, you must now set ``enable_v1_api`` to ``True``
in your cinder.conf file.