From b22b37ea296d258b804dd61fb99577a56eedcaeb Mon Sep 17 00:00:00 2001 From: Britt Houser Date: Tue, 25 Feb 2020 20:25:59 -0500 Subject: [PATCH] Change default configured_boot_mode to None When a user calls `boot_order_precision_set` and does not specify a configure_boot_mode, then the boot mode should not change. This patch changes the default value from Legacy to None, so that the boot mode doesn't change if the user does not specify it. --- imcsdk/apis/server/boot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imcsdk/apis/server/boot.py b/imcsdk/apis/server/boot.py index 467f2bdb..a68d71a2 100644 --- a/imcsdk/apis/server/boot.py +++ b/imcsdk/apis/server/boot.py @@ -214,7 +214,7 @@ def boot_order_precision_set( handle, reboot_on_update="no", reapply="no", - configured_boot_mode="Legacy", + configured_boot_mode=None, boot_devices=[], server_id=1): """