This document describes the relevant changes beween releases of the rbovirt project.
Note that this list of changes was added with the 0.0.30 release, previous releases aren’t described here.
New features:
-
Support operating systems
-
Added missing brackets for template display
-
Support for using the persistent-auth
-
Add instance types support.
-
Fixes Blank template display
-
Added support for VMS search options max/pages
-
Handle template’s disk
-
Fix cloud init for OVirt >= 3.5
-
Set storage domain for template when provided.
-
Include disks in VM XML.
-
Make comment of vm or template editable
-
Adding override_iptables parameter to reinstall_host
-
Implement stricter checks of nicsdef content
-
Implement cloud-init for multiple nics
-
Fix broken OVIRT::Template#volumes
-
Fix for cloudinit so nokogiri correctly processes the files section
-
Add option to set description on VM create.
New features:
-
Updated the Ruby required version to 1.9.3.
-
Updated the rest_client required version to 1.7.0.
-
Added
wipe_after_delete
flag for volumes. -
Added
comment
attribute to VMs. -
Added
clone
attribute to VMs in order to support creation of full clones. -
Added
ha_priority
attribute to VMs. -
Added support for the top level
disks
collection (also known as floating disks). -
Added
alias
attribute to volumes. -
Added support for affinity groups.
New features:
-
Added support for template versions.
Bug fixes:
-
Handle correctly the cloud-init
phone_home
option.
New features:
-
Added support for starting virtual machines with cloud-init, using the new
vm_start_with_cloud_init
method of the client class.
New features:
-
Added support for updating disks.
-
Added support for the data center
local
attribute.
Bug fixes:
-
Parse correctly the
status
element.