puppet-cinder/releasenotes/notes/deprecate-backend-default-8713501a34f871d3.yaml
ZhongShengping ea5075e094 Use `enabled_backends` option to set up backends
1) Configurations that are setting backend config in ``[DEFAULT]``
   section are now not supported. We should use ``enabled_backends``
   option to set up backends. No volume service(s) started successfully
   otherwise.
2) Fix breaker ci

Change-Id: Id211cf6bb82b39cb71f018a2a3f33de0a288ddc7
Closes-Bug: #1650713
2016-12-19 09:26:27 +08:00

7 lines
240 B
YAML

---
upgrade:
- Configurations that are setting backend config in ``[DEFAULT]``
section are now not supported. You should use ``enabled_backends``
option to set up backends. No volume service(s) started successfully
otherwise.