Reno note regarding OVS DVR agent failure on startup

Commit e2a37be73d 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
This commit is contained in:
Oleg Bondarev 2016-02-04 18:08:36 +03:00 committed by Brian Haley
parent b80d77ddfe
commit 8211113eb6
1 changed files with 7 additions and 0 deletions

View File

@ -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.