From 93952566d6615deb2c81467df7743d872ff77e8d Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Thu, 23 Apr 2020 09:49:45 -0500 Subject: [PATCH] Add release note for undercloud.conf parsing This change adds a release note to cover the strict parsing of the `undercloud.conf`. Closes-Bug: #1874410 Change-Id: Ic3aa73b28f46694a5ce43f8435a64e195df1328f Signed-off-by: Kevin Carter --- .../notes/strict-config-parsing-ded8d4994c8ea363.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 releasenotes/notes/strict-config-parsing-ded8d4994c8ea363.yaml diff --git a/releasenotes/notes/strict-config-parsing-ded8d4994c8ea363.yaml b/releasenotes/notes/strict-config-parsing-ded8d4994c8ea363.yaml new file mode 100644 index 000000000..48073dd1e --- /dev/null +++ b/releasenotes/notes/strict-config-parsing-ded8d4994c8ea363.yaml @@ -0,0 +1,9 @@ +--- +upgrade: + - The `undercloud.conf` file is now strictly parsed. If there are + detected issues within the `undercloud.conf` configuration file + operations will halt, producing an error and highlighting how + to resolve the issue. +fixes: + - The `undercloud.conf` file is now strictly parsed which ensures a + clean configuration when deploying the undercloud.