cinder/releasenotes/notes/deprecate-backends-in-default-b9784a2333fe22f2.yaml
Patrick East 395288aae4 Deprecate defining c-vol backends in DEFAULT
We will, in future releases, remove support for this. For
now we will log a big warning when someone uses c-vol without
an enabled_backends config set.

DocImpact: Need to document upgrade path and new
recommended config.
Implements: blueprint shared-backend-config

Change-Id: Idf0a7346ae5d5ae45f9fc05a526ef5d66b162a3f
2016-06-30 12:58:16 -07:00

11 lines
514 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.