summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-ironic-compute-restart-port-attachments-3282e9ea051561d4.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/fix-ironic-compute-restart-port-attachments-3282e9ea051561d4.yaml')
-rw-r--r--releasenotes/notes/fix-ironic-compute-restart-port-attachments-3282e9ea051561d4.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-ironic-compute-restart-port-attachments-3282e9ea051561d4.yaml b/releasenotes/notes/fix-ironic-compute-restart-port-attachments-3282e9ea051561d4.yaml
new file mode 100644
index 0000000000..2c2c9e7838
--- /dev/null
+++ b/releasenotes/notes/fix-ironic-compute-restart-port-attachments-3282e9ea051561d4.yaml
@@ -0,0 +1,11 @@
+---
+fixes:
+ - |
+ Fixes slow compute restart when using the ``nova.virt.ironic`` compute
+ driver where the driver was previously attempting to attach VIFS on
+ start-up via the ``plug_vifs`` driver method. This method has grown
+ otherwise unused since the introduction of the ``attach_interface``
+ method of attaching VIFs. As Ironic manages the attachment of VIFs to
+ baremetal nodes in order to align with the security requirements of a
+ physical baremetal node's lifecycle. The ironic driver now ignores calls
+ to the ``plug_vifs`` method.