From 8211113eb6387e6deb6fdc7a38821eada20c414c Mon Sep 17 00:00:00 2001 From: Oleg Bondarev Date: Thu, 4 Feb 2016 18:08:36 +0300 Subject: [PATCH] Reno note regarding OVS DVR agent failure on startup Commit e2a37be73da7bbc0ab562eabef69bfe69dc7cfa1 changed the behavior of the OVS DVR agent so it will fail if can't get DVR config on start-up. This patch adds a reno note describing this new behavior. Related-Bug: #1536110 Change-Id: Idcdcdad9eba78ef5fbdae420e114a7ed793f3e43 --- releasenotes/notes/dvr-ovs-agent-6052a8d60fddde22.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 releasenotes/notes/dvr-ovs-agent-6052a8d60fddde22.yaml diff --git a/releasenotes/notes/dvr-ovs-agent-6052a8d60fddde22.yaml b/releasenotes/notes/dvr-ovs-agent-6052a8d60fddde22.yaml new file mode 100644 index 00000000000..ca3a2ec40fa --- /dev/null +++ b/releasenotes/notes/dvr-ovs-agent-6052a8d60fddde22.yaml @@ -0,0 +1,7 @@ +--- +prelude: > + An OVS agent configured to run in DVR mode will fail to start if it + cannot get proper DVR configuration values from the server on start-up. + The agent will no longer fallback to non-DVR mode, since it may lead to + inconsistency in the DVR-enabled cluster as the Neutron server does not + distinguish between DVR and non-DVR OVS agents.