Project

General

Profile

« Previous | Next » 

Revision 96ede451

Added by Amos Benari about 12 years ago

  • ID 96ede451fc45d6d8e5786d62d4c92adc97c46ad3

fixes #1574 - ovirt - add remove and show volumes

  • volume and interface ordering is now working
  • removed include blank because it is a duplicate of the Blank ovirt-template.
  • bootable is disabled when editing a vm, because currently I don't handle volume updates. just add and remove of a volume.
  • Volumes are created in the order that they where created in the gui. Bootable is set by default to the first volume.
  • update to the latest rbovirt gem.

View differences:

Gemfile
group :virt do
gem "virt", ">= 0.2.1"
gem "rbovirt", ">= 0.0.9"
gem "rbovirt", ">= 0.0.11"
gem "rbvmomi"
gem "fog", :git => "git://github.com/fog/fog.git"
#gem "fog", ">= 1.3.2"

Also available in: Unified diff