mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 07:35:50 +03:00
[GH-ISSUE #199] Bug on create Custom VM #154
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?
Originally created by @yann-re on GitHub (Jan 21, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/199
Hi,
In the Create Custom Virtual Machine Menu I can't create a VM, I have a No Network pool has been choice message.
What I do :
name : test
vcpu : 1
host model : checked
ram : 512
hdd : toto.img (a file of 10Go created previously in storage menu)
network : default
virtio : checked
Error message : No Network pool has been choice
If I set to required=False this option (network) in forms.py I have another message "First you need to create or select an image".
I have no problem to create a VM via existing flavor.
I have also tried to create a bigger .img, to create anothers network (bridge and nat) and also on another KVM but I have always the same issue.
Regards.
@retspen commented on GitHub (Jan 21, 2014):
What browser are you using ? When you select network or image in custom form jquery append this value, maybe something block this.
@yann-re commented on GitHub (Jan 22, 2014):
I'm using Firefox 3.6.13 and IE 8, which is the two browser provided by my company. I have tested with Firefox 10.0.12 and it's work. Thank you.