Trees | Indices | Help |
|
---|
|
Xen hypervisors
|
|||
XenHypervisor Xen generic hypervisor interface |
|||
XenPvmHypervisor Xen PVM hypervisor interface |
|||
XenHvmHypervisor Xen HVM hypervisor interface |
|
|||
|
|||
list |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
dict |
|
||
|
|||
|
|
|||
XEND_CONFIG_FILE = utils.PathJoin(pathutils.XEN_CONFIG_DIR, "x
|
|||
XL_CONFIG_FILE = utils.PathJoin(pathutils.XEN_CONFIG_DIR, "xen
|
|||
VIF_BRIDGE_SCRIPT = utils.PathJoin(pathutils.XEN_CONFIG_DIR, "
|
|||
_DOM0_NAME = "Domain-0"
|
|||
_DISK_LETTERS = string.ascii_lowercase
|
|||
_FILE_DRIVER_MAP = {constants.FD_LOOP: "file", constants.FD_BL
|
Imports: logging, string, StringIO, constants, errors, utils, hv_base, netutils, objects, pathutils, ssconf
|
Helper function for _GetXmList to run "xm list".
|
Parses the output of
|
Return the list of running instances. See _RunXmList and _ParseXmList for parameter details. |
Return information about the node.
|
Updates node information from _ParseNodeInfo with instance info.
|
Get disk directives for Xen config file. This method builds the xen config disk directive according to the given disk_template and block_devices.
|
|
XEND_CONFIG_FILE
|
XL_CONFIG_FILE
|
VIF_BRIDGE_SCRIPT
|
_FILE_DRIVER_MAP
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jul 4 09:38:34 2014 | http://epydoc.sourceforge.net |