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.",
"type": "string",
},
{
"disabled_reason": {
"description": "Describe reason for moving host"
"into maintenance mode.",
"type": "string",
"default": False,
}
}
},
"disable_live_migration": {
"description": "Disable live migration in maintenance. "
"If True, active instances will be cold "