diff --git a/tools/marvin/marvin/lib/base.py b/tools/marvin/marvin/lib/base.py index 30bbcdaf0a0..0be8909af37 100755 --- a/tools/marvin/marvin/lib/base.py +++ b/tools/marvin/marvin/lib/base.py @@ -1201,6 +1201,9 @@ class Template: random_gen() ]) if random_name else services["name"] + if services["ispublic"]: + cmd.ispublic = services["ispublic"] + if "ostypeid" in services: cmd.ostypeid = services["ostypeid"] elif "ostype" in services: