Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VMWare-iso builder has no 'format' property #103

Closed
hongjoonchew opened this issue Apr 20, 2018 · 1 comment
Closed

VMWare-iso builder has no 'format' property #103

hongjoonchew opened this issue Apr 20, 2018 · 1 comment
Milestone

Comments

@hongjoonchew
Copy link
Contributor

Version

Currently using packerlicious 0.6.0 (latest as of)

Expected behavior

Tried building VMWare-iso json file with 'format' prop.

Actual behavior

'format' prop is not found inside the builder.py VMWare-iso method.

Steps to reproduce

builder.VMwareIso(format = 'ovf')
This should allow a build, but instead it returns an error because 'format' is not a prop. I made a personal hotfix in the builder.py to allow format.

@mayn
Copy link
Owner

mayn commented Apr 20, 2018

thanks @hongjoonchew. released v0.6.1 to pypi w/ your change.
Let me know if you still have an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants