ironic/releasenotes/notes/adopt-oslo-config-generator-15afd2e7c2f008b4.yaml
Ruby Loo 981223fcf1 Fix formatting of a release note
This fixes the formatting of the release note for
adopt-oslo-config-generator-15afd2e7c2f008b4.yaml.
Without a hyphen preceding the change, each
character is displayed in a separate bullet!

Change-Id: I1681d98871d8c51c6e8515d13a9cba348457cda1
2016-05-30 11:42:03 -04:00

10 lines
412 B
YAML

---
other:
- Adopt oslo-config-generator to generate sample config files.
New config options from Ironic code should register with
ironic/conf/opts.py. New external libraries should register
with tools/config/ironic-config-generator.conf.
A deprecated option should add a deprecated group even if it
didn't alter its group, otherwise the deprecated group will
use 'DEFAULT' by default.