masakari/releasenotes/notes/adopt-oslo-config-generator-cf2fdb17cf7f13db.yaml
bhagyashris 77f51c51a9 Fix release notes formatting
Formatted previously added release notes to avoid 'ScannerError'.
Also modified conf.py under releasenotes to generate releasenotes
as per standards and to remove occurrences of Glance snippet.

Closes-Bug: #1662445
Change-Id: Ie928d173c1ab4b512f303f6643da045d85a339c5
2017-02-15 12:18:25 +05:30

9 lines
327 B
YAML

---
other:
- |
Adopt oslo-config-generator to generate sample config files.
New config options from masakari code should register with
masakari/conf/opts.py. 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.