summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorArnaud Morin <arnaud.morin@ovhcloud.com>2022-08-18 17:52:58 +0200
committerArnaud Morin <arnaud.morin@ovhcloud.com>2022-11-29 17:06:46 +0100
commit4eef0fe6354304b4639a3b635e4955457188e4ce (patch)
treedd6b22b5c58730b869f1e488bc62b3f502672921 /releasenotes
parentb1958b7cfa6b8aca5b76b3f133627bb733d29f00 (diff)
downloadnova-4eef0fe6354304b4639a3b635e4955457188e4ce.tar.gz
Unbind port when offloading a shelved instance
When offloading a shelved instance, the compute needs to remove the binding so the port will appear as "unbound" in neutron. Closes-Bug: 1983471 Change-Id: Ia49271b126870c7936c84527a4c39ab96b6c5ea7 Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/port-binding-removed-shelved-offloaded-f1772a64be007b24.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/port-binding-removed-shelved-offloaded-f1772a64be007b24.yaml b/releasenotes/notes/port-binding-removed-shelved-offloaded-f1772a64be007b24.yaml
new file mode 100644
index 0000000000..7e2dccbbf4
--- /dev/null
+++ b/releasenotes/notes/port-binding-removed-shelved-offloaded-f1772a64be007b24.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ [`bug 1983471 <https://bugs.launchpad.net/nova/+bug/1983471>`_]
+ When offloading a shelved instance, the compute will now remove the
+ binding so instance ports will appear as "unbound" in neutron.