2010-05-27 23:05:26 -07:00
|
|
|
..
|
2012-04-30 12:45:10 -05:00
|
|
|
Copyright 2010-2012 United States Government as represented by the
|
2012-03-07 13:43:37 +08:00
|
|
|
Administrator of the National Aeronautics and Space Administration.
|
2010-06-23 22:04:16 -07:00
|
|
|
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
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
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
|
|
|
|
2015-05-14 14:18:53 -07:00
|
|
|
==========================================
|
2012-04-30 12:45:10 -05:00
|
|
|
Welcome to Nova's developer documentation!
|
|
|
|
==========================================
|
2010-05-27 23:05:26 -07:00
|
|
|
|
2015-05-01 19:21:58 -07:00
|
|
|
Nova is an OpenStack project designed to provide power massively scalable, on
|
|
|
|
demand, self service access to compute resources.
|
2010-10-27 00:05:42 -04:00
|
|
|
|
2015-05-14 14:18:53 -07:00
|
|
|
The developer documentation provided here is continually kept up-to-date
|
|
|
|
based on the latest code, and may not represent the state of the project at
|
|
|
|
any specific prior release.
|
|
|
|
|
2015-05-13 12:34:40 -07:00
|
|
|
.. note:: This is documentation for developers, if you are looking for more
|
|
|
|
general documentation including API, install, operator and user
|
|
|
|
guides see `docs.openstack.org`_
|
|
|
|
|
|
|
|
.. _`docs.openstack.org`: https://docs.openstack.org
|
|
|
|
|
2015-05-14 14:18:53 -07:00
|
|
|
Compute API References
|
2015-04-09 12:40:04 -05:00
|
|
|
======================
|
|
|
|
|
2015-05-13 12:34:40 -07:00
|
|
|
|
2015-05-14 14:18:53 -07:00
|
|
|
* `v2.1 (CURRENT)`_
|
|
|
|
* `v2 (SUPPORTED)`_ and `v2 extensions (SUPPORTED)`_ (Will be deprecated in
|
|
|
|
the near future.)
|
2010-11-11 11:07:47 -08:00
|
|
|
|
2015-06-10 18:31:58 +03:00
|
|
|
API Microversion History:
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
api_microversion_history
|
|
|
|
|
|
|
|
|
|
|
|
|
2015-05-14 14:18:53 -07:00
|
|
|
Local copy of v2 docs:
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
v2/index
|
|
|
|
|
|
|
|
|
|
|
|
.. _`v2.1 (CURRENT)`: http://developer.openstack.org/api-ref-compute-v2.1.html
|
|
|
|
.. _`v2 (SUPPORTED)`: http://developer.openstack.org/api-ref-compute-v2.html
|
|
|
|
.. _`v2 extensions (SUPPORTED)`: http://developer.openstack.org/api-ref-compute-v2-ext.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Hypervisor Support Matrix
|
|
|
|
=========================
|
2010-05-27 23:05:26 -07:00
|
|
|
|
|
|
|
.. toctree::
|
2010-10-27 00:05:42 -04:00
|
|
|
:maxdepth: 1
|
|
|
|
|
2014-11-21 14:57:07 +00:00
|
|
|
support-matrix
|
2010-11-05 11:56:12 -07:00
|
|
|
|
2015-05-14 14:18:53 -07:00
|
|
|
Developer Guide
|
|
|
|
===============
|
|
|
|
|
|
|
|
Introduction
|
|
|
|
-------------
|
2014-12-17 10:14:37 -06:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
2015-05-14 14:18:53 -07:00
|
|
|
architecture
|
|
|
|
project_scope
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
development.environment
|
2015-05-14 14:57:54 -07:00
|
|
|
|
2014-12-17 10:14:37 -06:00
|
|
|
|
2015-05-14 14:18:53 -07:00
|
|
|
APIs Development
|
|
|
|
----------------
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
2011-12-02 13:02:06 -06:00
|
|
|
|
2015-05-14 14:18:53 -07:00
|
|
|
addmethod.openstackapi
|
|
|
|
api_plugins
|
2015-06-10 18:31:58 +03:00
|
|
|
api_microversion_dev
|
2015-05-14 14:18:53 -07:00
|
|
|
policy_enforcement
|
2015-03-10 16:01:27 +08:00
|
|
|
stable_api
|
2015-05-14 14:18:53 -07:00
|
|
|
|
|
|
|
Concepts
|
|
|
|
---------
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
aggregates
|
|
|
|
cells
|
|
|
|
threading
|
|
|
|
vmstates
|
|
|
|
i18n
|
|
|
|
filter_scheduler
|
|
|
|
rpc
|
|
|
|
hooks
|
|
|
|
upgrade
|
|
|
|
|
|
|
|
Development policies
|
|
|
|
--------------------
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
2015-05-14 15:31:18 -07:00
|
|
|
blueprints
|
2015-05-14 14:18:53 -07:00
|
|
|
policies
|
|
|
|
|
|
|
|
Advanced testing and guides
|
|
|
|
----------------------------
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
gmr
|
|
|
|
testing/libvirt-numa
|
|
|
|
testing/serial-console
|
|
|
|
|
|
|
|
Man Pages
|
|
|
|
----------
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
man/index
|
|
|
|
|
|
|
|
Module Reference
|
|
|
|
----------------
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
2014-12-03 15:57:19 -06:00
|
|
|
|
2015-05-14 14:18:53 -07:00
|
|
|
services
|
2011-12-02 13:02:06 -06:00
|
|
|
|
2010-05-27 23:05:26 -07:00
|
|
|
Indices and tables
|
|
|
|
==================
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`modindex`
|
|
|
|
* :ref:`search`
|
|
|
|
|