mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
Please note that this is a development version of nova. Many features are not available. Currently nova works on FreeBSD 11 and supports QEMU and Xen. Common issues: - Security groups are not implemented - ARP spoofing, DHCP isolation protection are not implemented - Nova services work from the root user - No IPv6 support QEMU issues: - Need to enable serialconsole (TCP) - Need to disable online CPU tracking - Cannot mount cinder volumes Xen issues: - Live snapshots don't work - No support for cinder volume hot-plugging - XENBUS delay (5 min) when using qemu driver and COW images - Some Linux images cannot be booted For further FreeBSD specific notes please refer to port's pkg-message. PR: 215151 Submitted by: Alexander Nusov (alexander.nusov@nfvexpress.com)
15 lines
311 B
Text
15 lines
311 B
Text
[DEFAULT]
|
|
compute_driver=libvirt.LibvirtDriver
|
|
force_raw_images = True
|
|
use_cow_images = False
|
|
|
|
[libvirt]
|
|
virt_type=qemu
|
|
|
|
# Force using PHY driver for Xen hypervisor
|
|
force_xen_phy=True
|
|
|
|
# Disable CPU tracking when using QEMU driver.
|
|
# Change this option to True when using Xen driver.
|
|
online_cpu_tracking=False
|
|
|