Table Of Contents

Previous topic

Storage Volumes, Disks

Next topic

Networking

This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.2 docs or all OpenStack docs too.

Virtualization

Compute

Documentation for the compute manager and related files. For reading about a specific virtualization backend, read Drivers.

The nova.compute.manager Module

The nova.virt.connection Module

The nova.compute.disk Module

The nova.virt.images Module

The nova.compute.instance_types Module

The nova.compute.power_state Module

Drivers

The nova.virt.libvirt_conn Driver

The nova.virt.xenapi Driver

xenapi – Nova support for XenServer and XCP through XenAPI

class nova.virt.xenapi.HelperBase

Bases: object

The base for helper classes. This adds the XenAPI class attribute

The nova.virt.fake Driver

Tests

The compute_unittest Module

The virt_unittest Module