Correct default maximum downtime

Needed because a none-type is not valid later.
This commit is contained in:
Joshua Boniface 2024-11-18 17:14:19 -05:00
parent 9db46d48e4
commit e3b8673789
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ def create_template_system(
node_selector=None,
node_autostart=False,
migration_method=None,
migration_max_downtime=None,
migration_max_downtime=300,
ova=None,
):
if list_template_system(name, is_fuzzy=False)[-1] != 404: