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, errno, string, shutil, StringIO, constants, errors, utils, hv_base, netutils, objects, pathutils
|
Helper function for _GetInstanceList to retrieve the list of instances from xen.
|
Parses the output of listing instances by xen.
|
Return the list of running instances. See _RunInstanceList and _ParseInstanceList for parameter details. |
Return information about the node.
|
Updates node information from _ParseNodeInfo with instance info.
|
Combines _MergeInstanceInfo and _ParseNodeInfo.
|
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 Wed Dec 30 13:42:34 2015 | http://epydoc.sourceforge.net |