mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 07:35:50 +03:00
[PR #625] add hdd cache to create from flavor #695
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtmgr/pull/625
Author: @cosu
Created: 9/28/2016
Status: 🔄 Open
Base:
master← Head:master📝 Commits (2)
286adedadd hdd cache to create from flavor8b36e3dremove deprecated pip flag from travis build📊 Changes
2 files changed (+12 additions, -1 deletions)
View changed files
📝
.travis.yml(+1 -1)📝
templates/create.html(+11 -0)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.