cinder/releasenotes/notes/backend-options-ed19e6c63b2b9090.yaml
Michał Dulko 1f62a411f4 Move driver options to "backend_defaults" section
Our cinder.conf.sample lists all of the options that are defined by
drivers in the [DEFAULT] section. Since removal of single-backend config
(without enabled_backends) this is misleading as those options are
functional only when defined in [<backend_name>] section. This commit
aims to move all of the driver options to [backend_defaults] section.
Assumption is that this will affect only sample config generation and
should not break anything else.

Change-Id: Ia4766eb313e15adc92a92875519b22db64e95d65
2017-07-03 16:42:03 +02:00

10 lines
462 B
YAML

---
fixes:
- |
Cinder stopped supporting single-backend configurations in Ocata. However,
sample ``cinder.conf`` was still generated with driver-related options in
``[DEFAULT]`` section, where those options had no effect at all. Now all of
driver options are listed in ``[backend_defaults]`` section, that indicates
that those options are effective only in this section and
``[<backend_name>]`` sections listed in ``enabled_backends``.