Skip to content

Commit bbe0fc4

Browse files
author
Priti Sarap
committed
CLOUDSTACK-9041: Modifying template creation from snapshot function in base.py
1 parent 3ded3e9 commit bbe0fc4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tools/marvin/marvin/lib/base.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,6 +1201,9 @@ def create_from_snapshot(cls, apiclient, snapshot, services,
12011201
random_gen()
12021202
]) if random_name else services["name"]
12031203

1204+
if services["ispublic"]:
1205+
cmd.ispublic = services["ispublic"]
1206+
12041207
if "ostypeid" in services:
12051208
cmd.ostypeid = services["ostypeid"]
12061209
elif "ostype" in services:

0 commit comments

Comments
 (0)