Skip to content

Commit

Permalink
Merge pull request #109 from hongjoonchew/master
Browse files Browse the repository at this point in the history
Added two parameters for Qemu in builder.py
  • Loading branch information
mayn authored Jun 19, 2018
2 parents 18def9e + 242be71 commit cc31f39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/packerlicious/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -1257,6 +1257,8 @@ class Qemu(PackerBuilder):
'output_directory': (str, False),
'qemu_binary': (str, False),
'qemuargs': (validator.jagged_array(str), False),
'shutdown_command': (str, False),
'vm_name': (str, False)
}

def validate(self):
Expand Down

0 comments on commit cc31f39

Please sign in to comment.