From 2d716b44a8665514f3720ef73d564986062ee102 Mon Sep 17 00:00:00 2001 From: Josh Patterson Date: Thu, 20 Nov 2025 15:52:21 -0500 Subject: [PATCH] update comment --- salt/_runners/setup_hypervisor.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/salt/_runners/setup_hypervisor.py b/salt/_runners/setup_hypervisor.py index b30f9c6d6..7d521bd62 100644 --- a/salt/_runners/setup_hypervisor.py +++ b/salt/_runners/setup_hypervisor.py @@ -497,8 +497,7 @@ def _apply_dyanno_hypervisor_state(status='Initialized'): to update the hypervisor annotation and ensure all hypervisor host directories exist. Args: - status: Status to set for the base domain (default: 'Initialized') - Valid values: 'PreInit', 'Initialized', 'ImageDownloadFailed', 'SSHKeySetupFailed' + status: Status passed to the hypervisor annotation state Returns: bool: True if state was applied successfully, False otherwise