Package VMBuilder :: Package plugins :: Package libvirt :: Class Libvirt
[frames] | no frames]

Class Libvirt

source code

object --+    
         |    
    Plugin --+
             |
            Libvirt

Instance Methods
 
register_options(self) source code
 
all_domains(self) source code
 
preflight_check(self)
Override this method with checks for anything that might cause the VM creation to fail
source code
 
deploy(self)
Perform deployment of the VM.
source code

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

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

Class Variables
  name = 'libvirt integration'
Properties

Inherited from object: __class__

Method Details

register_options(self)

source code 
Overrides: Plugin.register_options

preflight_check(self)

source code 

Override this method with checks for anything that might cause the VM creation to fail

raise an exception if you can see already that this won't work

Overrides: Plugin.preflight_check
(inherited documentation)

deploy(self)

source code 

Perform deployment of the VM.

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

Overrides: Plugin.deploy
(inherited documentation)