Package VMBuilder :: Package plugins :: Package kvm :: Module vm :: Class KVM
[frames] | no frames]

Class KVM

source code

       object --+        
                |        
           Plugin --+    
                    |    
hypervisor.Hypervisor --+
                        |
                       KVM

Instance Methods
 
finalize(self) source code
 
deploy(self)
Perform deployment of the VM.
source code

Inherited from Plugin: __init__, install_from_template, post_install, preflight_check, register_options, run_in_target, set_defaults

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  name = 'KVM'
  arg = 'kvm'
  filetype = 'qcow2'
  preferred_storage = 0
  needs_bootloader = True
Properties

Inherited from object: __class__

Method Details

finalize(self)

source code 
Overrides: hypervisor.Hypervisor.finalize

deploy(self)

source code 

Perform deployment of the VM.

If True is returned, no further deployment will be done.

Overrides: Plugin.deploy
(inherited documentation)