Files
nova/doc/source/devref/compute.rst
Joe Gordon b7fe4e206b Rename functions in nova.compute.flavors from instance_type
Second step in removing references to instance_types. Remove all
references to instance_type in nova.compute.flavors.
Also update compute devref to reflect changed name.
Partially implements bp flavor-instance-type-dedup

renamed:  nova/tests/test_instance_types.py -> test_flavors.py

Change-Id: I7413bf832c61d04ab90ec8b1370d3f01372c4172
2013-06-11 10:36:39 -07:00

2.9 KiB

Virtualization

Compute

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

The nova.compute.manager Module

nova.compute.manager

The nova.virt.connection Module

nova.virt.connection

The nova.compute.disk Module

nova.compute.disk

The nova.virt.images Module

nova.virt.images

The nova.compute.flavors Module

nova.compute.flavors

The nova.compute.power_state Module

nova.compute.power_state

Drivers

The nova.virt.libvirt_conn Driver

nova.virt.libvirt_conn

The nova.virt.xenapi Driver

nova.virt.xenapi

The nova.virt.fake Driver

nova.virt.fake

Tests

The compute_unittest Module

nova.tests.compute_unittest

The virt_unittest Module

nova.tests.virt_unittest