Host maintenance strategy fix

This commit is contained in:
2025-10-06 11:40:59 +03:00
parent 8eab47e107
commit d2893401d3

View File

@@ -89,14 +89,12 @@ class HostMaintenance(base.HostMaintenanceBaseStrategy):
"will backup the maintenance node.", "will backup the maintenance node.",
"type": "string", "type": "string",
}, },
{
"disabled_reason": { "disabled_reason": {
"description": "Describe reason for moving host" "description": "Describe reason for moving host"
"into maintenance mode.", "into maintenance mode.",
"type": "string", "type": "string",
"default": False, "default": False,
} },
}
"disable_live_migration": { "disable_live_migration": {
"description": "Disable live migration in maintenance. " "description": "Disable live migration in maintenance. "
"If True, active instances will be cold " "If True, active instances will be cold "