cinder/releasenotes/notes/deprecate-backends-in-default-b9784a2333fe22f2.yaml
Vipin Balachandran 383c37e0d8 Fix release notes formatting
We use double ticks to format config options, driver FQNs
etc. in few release notes to improve readability. This
patch updates the remaining release notes to follow the
same convention.

Change-Id: Ied4e5e02cc781405206edc2322567e5e5e3e170f
2016-09-14 01:07:38 +05:30

11 lines
534 B
YAML

---
upgrade:
- Any Volume Drivers configured in the ``DEFAULT`` config stanza should be moved
to their own stanza and enabled via the ``enabled_backends`` config option.
The older style of config with ``DEFAULT`` is deprecated and will be
removed in future releases.
deprecations:
- Configuring Volume Drivers in the ``DEFAULT`` config stanza is not going to be
maintained and will be removed in the next release. All backends should use
the ``enabled_backends`` config option with separate stanza's for each.