webvirtmgr
webvirtmgr copied to clipboard
add hdd cache to create from flavor
Creating an instance from a flavor fails as the create form is missing the hdd cache option. This causes the form to be marked as invalid and the operation fails.
This PR adds the missing form element - it's copied over from the other forms present in the create template.
Also I've removed a deprecated pip flag which prevents travis-ci to run.