From 089a55426f5a7ca1c8e88e7bb681431ec54efeee Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Tue, 14 Oct 2025 17:30:14 +0200 Subject: [PATCH] Remove confirm: true in Rally opnfv-nova.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit ServerManager.create() got an unexpected keyword argument 'confirm' Change-Id: I2675e16a9c4acdb012cfccdff43e1586b8d76606 Signed-off-by: Cédric Ollivier --- functest/opnfv_tests/openstack/rally/scenario/full/opnfv-nova.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/functest/opnfv_tests/openstack/rally/scenario/full/opnfv-nova.yaml b/functest/opnfv_tests/openstack/rally/scenario/full/opnfv-nova.yaml index 210591f9b..6bf32fd77 100644 --- a/functest/opnfv_tests/openstack/rally/scenario/full/opnfv-nova.yaml +++ b/functest/opnfv_tests/openstack/rally/scenario/full/opnfv-nova.yaml @@ -173,7 +173,6 @@ {{ vm_params(image_name, flavor_name) }} to_flavor: name: {{ flavor_alt_name }} - confirm: true force_delete: false nics: - net-id: {{ netid }} -- 2.16.6