From ed14b2e04fa1e65ea36d0e6a44a678306f885813 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Mon, 11 Mar 2024 15:11:06 +0100 Subject: [PATCH] [trivial] add device_type param to attach_vmedia_device We missed it. Change-Id: I4bd8e07f301a298e495e88a2d80f6932290634ba --- ironic/conductor/manager.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ironic/conductor/manager.py b/ironic/conductor/manager.py index 26bfb14c85..2a7a33dfa0 100644 --- a/ironic/conductor/manager.py +++ b/ironic/conductor/manager.py @@ -3822,6 +3822,8 @@ class ConductorManager(base_manager.BaseConductorManager): :param context: request context. :param node_id: node ID or UUID. + :param device_type: A device type from + :data:`ironic.common.boot_devices.VMEDIA_DEVICES`. :param image_url: URL of the image to attach, HTTP or HTTPS. :param image_download_source: Which way to serve the image to the BMC: "http" to serve it from the provided location, "local" to serve