From 981223fcf1a8a264d8bebd21120e1749dfda59c0 Mon Sep 17 00:00:00 2001 From: Ruby Loo Date: Mon, 30 May 2016 11:42:03 -0400 Subject: [PATCH] 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 --- .../notes/adopt-oslo-config-generator-15afd2e7c2f008b4.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/notes/adopt-oslo-config-generator-15afd2e7c2f008b4.yaml b/releasenotes/notes/adopt-oslo-config-generator-15afd2e7c2f008b4.yaml index 4ee23f3c9b..a06431936e 100644 --- a/releasenotes/notes/adopt-oslo-config-generator-15afd2e7c2f008b4.yaml +++ b/releasenotes/notes/adopt-oslo-config-generator-15afd2e7c2f008b4.yaml @@ -1,6 +1,6 @@ --- other: - Adopt oslo-config-generator to generate sample config files. + - 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.