aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/py-nova
Commit message (Collapse)AuthorAgeFilesLines
* emulators/py-nova: fix floating ips and serial consolenovel2017-01-263-1/+31
| | | | | | | | - fix floating IP API (missing join of fixed_ip column) - fix serial console on Xen (empty log in nova/horizon) PR: 216376 Submitted by: maintainer
* emulators/py-nova: update to 14.0.3novel2017-01-214-6/+79
| | | | | | | | | - update to 14.0.3 - add nova-novncproxy service - fix booting from cinder volumes PR: 216314 Submitted by: maintainer
* Add emulators/py-nova 14.0.2, Openstack Compute Servicenovel2016-12-1822-0/+2337
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)