1f62a411f4
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
10 lines
462 B
YAML
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``.
|