17 lines
294 B
YAML
17 lines
294 B
YAML
---
|
|
type: qemu
|
|
description: Openstack
|
|
name: Openstack
|
|
cpulimit: 1
|
|
icon: Openstack.png
|
|
cpu: 3
|
|
ram: 6144
|
|
ethernet: 1
|
|
console: vnc
|
|
shutdown: 1
|
|
qemu_arch: x86_64
|
|
qemu_version: 4.1.0
|
|
qemu_nic: virtio-net-pci
|
|
qemu_options: -machine type=pc-1.0,accel=kvm -vga std -usbdevice tablet -boot order=dc
|
|
...
|