Skip to content

Latest commit

 

History

History
73 lines (52 loc) · 1.9 KB

CHANGES.rdoc

File metadata and controls

73 lines (52 loc) · 1.9 KB

Changes

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.

0.1.1

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.

0.1.0 / 2015-05-07

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.

0.0.32 / 2015-01-14

New features:

  • Added support for template versions.

Bug fixes:

  • Handle correctly the cloud-init phone_home option.

0.0.31 / 2014-12-11

New features:

  • Added support for starting virtual machines with cloud-init, using the new vm_start_with_cloud_init method of the client class.

0.0.30 / 2014-11-25

New features:

  • Added support for updating disks.

  • Added support for the data center local attribute.

Bug fixes:

  • Parse correctly the status element.