summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bug-1986003-9bf5ca04f9304336.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/bug-1986003-9bf5ca04f9304336.yaml')
-rw-r--r--releasenotes/notes/bug-1986003-9bf5ca04f9304336.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1986003-9bf5ca04f9304336.yaml b/releasenotes/notes/bug-1986003-9bf5ca04f9304336.yaml
new file mode 100644
index 0000000000..6b982035ad
--- /dev/null
+++ b/releasenotes/notes/bug-1986003-9bf5ca04f9304336.yaml
@@ -0,0 +1,10 @@
+---
+fixes:
+ - |
+ `1986003 <https://bugs.launchpad.net/neutron/+bug/1986003>`_
+ Fixed an issue with concurrent requests to activate the same port binding
+ where one of the requests returned a 500 Internal Server Error.
+ With the fix one request will return successfully and the other will
+ return a 409 Conflict (Binding already active).
+ This fixes errors in nova live-migrations where those concurrent requests
+ might be sent. Nova handles the 409/Conflict response gracefully.