2010-05-27 23:05:26 -07:00
|
|
|
..
|
2010-06-23 22:04:16 -07:00
|
|
|
Copyright 2010 United States Government as represented by the
|
|
|
|
Administrator of the National Aeronautics and Space Administration.
|
|
|
|
All Rights Reserved.
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
|
|
not use this file except in compliance with the License. You may obtain
|
|
|
|
a copy of the License at
|
|
|
|
|
2010-05-27 23:05:26 -07:00
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
2010-06-23 22:04:16 -07:00
|
|
|
|
2010-05-27 23:05:26 -07:00
|
|
|
Unless required by applicable law or agreed to in writing, software
|
2010-06-23 22:04:16 -07:00
|
|
|
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
|
|
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
|
|
License for the specific language governing permissions and limitations
|
|
|
|
under the License.
|
2010-05-27 23:05:26 -07:00
|
|
|
|
2010-10-27 15:52:06 -04:00
|
|
|
|
2010-10-28 15:10:15 -04:00
|
|
|
Virtualization Programming Guide
|
|
|
|
================================
|
2010-10-28 12:00:25 -04:00
|
|
|
|
|
|
|
This page contains the Compute Package documentation.
|
|
|
|
|
|
|
|
Manager
|
|
|
|
-------
|
2010-10-27 15:52:06 -04:00
|
|
|
|
2010-10-28 12:00:25 -04:00
|
|
|
Documentation for the compute manager and related files. For reading about
|
|
|
|
a specific virtualization backend, read Drivers_.
|
2010-05-27 23:05:26 -07:00
|
|
|
|
|
|
|
|
2010-10-27 17:31:46 -04:00
|
|
|
The :mod:`manager` Module
|
2010-10-28 12:00:25 -04:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
2010-05-27 23:05:26 -07:00
|
|
|
|
2010-10-27 17:31:46 -04:00
|
|
|
.. automodule:: nova.compute.manager
|
2010-05-27 23:05:26 -07:00
|
|
|
:members:
|
|
|
|
:undoc-members:
|
|
|
|
:show-inheritance:
|
|
|
|
|
2010-11-01 16:13:18 -04:00
|
|
|
The :mod:`connection` Module
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
.. automodule:: nova.virt.connection
|
|
|
|
:members:
|
|
|
|
:undoc-members:
|
|
|
|
:show-inheritance:
|
2010-10-28 12:00:25 -04:00
|
|
|
|
2010-10-27 17:31:46 -04:00
|
|
|
The :mod:`disk` Module
|
2010-10-28 12:00:25 -04:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~~
|
2010-05-27 23:05:26 -07:00
|
|
|
|
2010-10-27 17:31:46 -04:00
|
|
|
.. automodule:: nova.compute.disk
|
2010-05-27 23:05:26 -07:00
|
|
|
:members:
|
|
|
|
:undoc-members:
|
|
|
|
:show-inheritance:
|
|
|
|
|
2010-11-01 23:32:56 -04:00
|
|
|
The :mod:`images` Module
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
.. automodule:: nova.virt.images
|
|
|
|
:members:
|
|
|
|
:undoc-members:
|
|
|
|
:show-inheritance:
|
|
|
|
|
2010-10-28 12:00:25 -04:00
|
|
|
|
2010-10-27 17:31:46 -04:00
|
|
|
The :mod:`instance_types` Module
|
2010-10-28 12:00:25 -04:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2010-05-27 23:05:26 -07:00
|
|
|
|
2010-10-27 17:31:46 -04:00
|
|
|
.. automodule:: nova.compute.instance_types
|
2010-05-27 23:05:26 -07:00
|
|
|
:members:
|
|
|
|
:undoc-members:
|
|
|
|
:show-inheritance:
|
|
|
|
|
2010-10-28 12:00:25 -04:00
|
|
|
|
2010-10-27 17:31:46 -04:00
|
|
|
The :mod:`power_state` Module
|
2010-10-28 12:00:25 -04:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2010-10-27 17:31:46 -04:00
|
|
|
|
|
|
|
.. automodule:: nova.compute.power_state
|
2010-05-27 23:05:26 -07:00
|
|
|
:members:
|
|
|
|
:undoc-members:
|
|
|
|
:show-inheritance:
|
|
|
|
|
2010-10-28 12:00:25 -04:00
|
|
|
|
|
|
|
Drivers
|
|
|
|
-------
|
|
|
|
|
|
|
|
Libvirt Implementations
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
2010-11-01 16:13:18 -04:00
|
|
|
The libvirt driver is capable of supporting KVM, QEMU, and UML.
|
2010-10-28 12:00:25 -04:00
|
|
|
|
2010-11-01 16:13:18 -04:00
|
|
|
The :mod:`libvirt_conn` Module
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2010-10-28 12:00:25 -04:00
|
|
|
|
2010-11-01 16:13:18 -04:00
|
|
|
.. automodule:: nova.virt.libvirt_conn
|
|
|
|
:members:
|
|
|
|
:undoc-members:
|
|
|
|
:show-inheritance:
|
2010-10-28 12:00:25 -04:00
|
|
|
|
|
|
|
XEN
|
|
|
|
~~~
|
|
|
|
|
2010-11-01 16:13:18 -04:00
|
|
|
The :mod:`xenapi` Module
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^
|
2010-10-28 12:00:25 -04:00
|
|
|
|
2010-11-01 16:13:18 -04:00
|
|
|
.. automodule:: nova.virt.xenapi
|
|
|
|
:members:
|
|
|
|
:undoc-members:
|
|
|
|
:show-inheritance:
|
2010-10-28 12:00:25 -04:00
|
|
|
|
2010-11-01 16:13:18 -04:00
|
|
|
FAKE
|
|
|
|
~~~~
|
2010-10-28 12:00:25 -04:00
|
|
|
|
2010-11-01 16:13:18 -04:00
|
|
|
.. automodule:: nova.virt.fake
|
|
|
|
:members:
|
|
|
|
:undoc-members:
|
|
|
|
:show-inheritance:
|
2010-10-28 12:00:25 -04:00
|
|
|
|
|
|
|
Monitoring
|
|
|
|
----------
|
|
|
|
|
2010-10-27 17:31:46 -04:00
|
|
|
The :mod:`monitor` Module
|
2010-10-28 12:00:25 -04:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
2010-05-27 23:05:26 -07:00
|
|
|
|
2010-10-27 17:31:46 -04:00
|
|
|
.. automodule:: nova.compute.monitor
|
2010-05-27 23:05:26 -07:00
|
|
|
:members:
|
|
|
|
:undoc-members:
|
|
|
|
:show-inheritance:
|
2010-10-27 17:31:46 -04:00
|
|
|
|
2010-10-28 12:00:25 -04:00
|
|
|
|
|
|
|
Tests
|
|
|
|
-----
|
|
|
|
|
2010-10-27 17:31:46 -04:00
|
|
|
The :mod:`compute_unittest` Module
|
2010-10-28 12:00:25 -04:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2010-05-27 23:05:26 -07:00
|
|
|
|
2010-10-27 17:31:46 -04:00
|
|
|
.. automodule:: nova.tests.compute_unittest
|
2010-05-27 23:05:26 -07:00
|
|
|
:members:
|
|
|
|
:undoc-members:
|
|
|
|
:show-inheritance:
|
|
|
|
|
2010-11-02 18:05:47 -04:00
|
|
|
The :mod:`virt_unittest` Module
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
.. automodule:: nova.tests.virt_unittest
|
|
|
|
:members:
|
|
|
|
:undoc-members:
|
|
|
|
:show-inheritance:
|