Bug #4779
VM without NICs cannot be instantiated
Status: | Closed | Start date: | 09/14/2016 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Core & System | |||
Target version: | Release 5.2 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | Development |
Description
[TemplateInstantiate] Error allocating a new virtual machine template. Internal error generating network context
Can be reproduced with a template without a NIC
CONTEXT = [ NETWORK = "YES", SSH_PUBLIC_KEY = "$USER[SSH_PUBLIC_KEY]" ] CPU = "0.1" DISK = [ CACHE = "default", IMAGE = "ttylinux-vd", IMAGE_UNAME = "oneadmin" ] GRAPHICS = [ LISTEN = "0.0.0.0", TYPE = "VNC" ] MEMORY = "128" NIC_DEFAULT = [ MODEL = "virtio" ]
Associated revisions
B #4779: Allow to instantiate a VM without NICs
History
#1 Updated by Ruben S. Montero almost 5 years ago
- Status changed from New to Closed
- Resolution set to fixed