Correct default maximum downtime
Needed because a none-type is not valid later.
This commit is contained in:
parent
9db46d48e4
commit
e3b8673789
|
@ -221,7 +221,7 @@ def create_template_system(
|
||||||
node_selector=None,
|
node_selector=None,
|
||||||
node_autostart=False,
|
node_autostart=False,
|
||||||
migration_method=None,
|
migration_method=None,
|
||||||
migration_max_downtime=None,
|
migration_max_downtime=300,
|
||||||
ova=None,
|
ova=None,
|
||||||
):
|
):
|
||||||
if list_template_system(name, is_fuzzy=False)[-1] != 404:
|
if list_template_system(name, is_fuzzy=False)[-1] != 404:
|
||||||
|
|
Loading…
Reference in New Issue