Correct default maximum downtime
Needed because a none-type is not valid later.
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user