Host maintenance strategy fix
This commit is contained in:
@@ -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 "
|
||||||
|
|||||||
Reference in New Issue
Block a user