Metadata-Version: 2.1
Name: nova
Version: 31.0.0
Summary: Cloud computing fabric controller
Home-page: https://docs.openstack.org/nova/latest/
Author: OpenStack
Author-email: openstack-discuss@lists.openstack.org
Project-URL: Bug Tracker, https://bugs.launchpad.net/nova/
Project-URL: Documentation, https://docs.openstack.org/nova/
Project-URL: Source Code, https://opendev.org/openstack/nova
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.9
License-File: LICENSE
Requires-Dist: pbr>=5.8.0
Requires-Dist: SQLAlchemy>=1.4.13
Requires-Dist: decorator>=4.1.0
Requires-Dist: eventlet>=0.30.1
Requires-Dist: Jinja2>=2.10
Requires-Dist: keystonemiddleware>=4.20.0
Requires-Dist: lxml>=4.5.0
Requires-Dist: Routes>=2.3.1
Requires-Dist: cryptography>=2.7
Requires-Dist: WebOb>=1.8.2
Requires-Dist: greenlet>=0.4.15
Requires-Dist: PasteDeploy>=1.5.0
Requires-Dist: Paste>=2.0.2
Requires-Dist: PrettyTable>=0.7.1
Requires-Dist: alembic>=1.5.0
Requires-Dist: netaddr>=0.7.18
Requires-Dist: paramiko>=2.7.1
Requires-Dist: iso8601>=0.1.11
Requires-Dist: jsonschema>=4.0.0
Requires-Dist: python-cinderclient>=4.0.1
Requires-Dist: keystoneauth1>=3.16.0
Requires-Dist: python-neutronclient>=7.1.0
Requires-Dist: python-glanceclient>=2.8.0
Requires-Dist: requests>=2.25.1
Requires-Dist: stevedore>=1.20.0
Requires-Dist: websockify>=0.9.0
Requires-Dist: oslo.cache>=1.26.0
Requires-Dist: oslo.concurrency>=5.0.1
Requires-Dist: oslo.config>=8.6.0
Requires-Dist: oslo.context>=3.4.0
Requires-Dist: oslo.log>=4.6.1
Requires-Dist: oslo.limit>=1.5.0
Requires-Dist: oslo.reports>=1.18.0
Requires-Dist: oslo.serialization>=4.2.0
Requires-Dist: oslo.upgradecheck>=1.3.0
Requires-Dist: oslo.utils>=8.0.0
Requires-Dist: oslo.db>=10.0.0
Requires-Dist: oslo.rootwrap>=5.15.0
Requires-Dist: oslo.messaging>=14.1.0
Requires-Dist: oslo.policy>=4.5.0
Requires-Dist: oslo.privsep>=2.6.2
Requires-Dist: oslo.i18n>=5.1.0
Requires-Dist: oslo.service>=2.8.0
Requires-Dist: rfc3986>=1.2.0
Requires-Dist: oslo.middleware>=3.31.0
Requires-Dist: psutil>=3.2.2
Requires-Dist: oslo.versionedobjects>=1.35.0
Requires-Dist: os-brick>=6.10.0
Requires-Dist: os-resource-classes>=1.1.0
Requires-Dist: os-traits>=3.3.0
Requires-Dist: os-vif>=3.1.0
Requires-Dist: castellan>=0.16.0
Requires-Dist: microversion-parse>=0.2.1
Requires-Dist: tooz>=1.58.0
Requires-Dist: cursive>=0.2.1
Requires-Dist: retrying>=1.3.3
Requires-Dist: os-service-types>=1.7.0
Requires-Dist: python-dateutil>=2.7.0
Requires-Dist: futurist>=1.8.0
Requires-Dist: openstacksdk>=4.4.0
Requires-Dist: PyYAML>=5.1
Provides-Extra: osprofiler
Requires-Dist: osprofiler>=1.4.0; extra == "osprofiler"
Provides-Extra: zvm
Requires-Dist: zVMCloudConnector>=1.3.0; sys_platform != "win32" and extra == "zvm"
Provides-Extra: vmware
Requires-Dist: oslo.vmware>=3.6.0; extra == "vmware"
Provides-Extra: test
Requires-Dist: hacking==6.1.0; extra == "test"
Requires-Dist: coverage>=4.4.1; extra == "test"
Requires-Dist: ddt>=1.2.1; extra == "test"
Requires-Dist: fixtures>=3.0.0; extra == "test"
Requires-Dist: psycopg2-binary>=2.8; extra == "test"
Requires-Dist: PyMySQL>=0.8.0; extra == "test"
Requires-Dist: python-barbicanclient>=4.5.2; extra == "test"
Requires-Dist: requests-mock>=1.2.0; extra == "test"
Requires-Dist: oslotest>=3.8.0; extra == "test"
Requires-Dist: stestr>=2.0.0; extra == "test"
Requires-Dist: osprofiler>=1.4.0; extra == "test"
Requires-Dist: testresources>=2.0.0; extra == "test"
Requires-Dist: testscenarios>=0.4; extra == "test"
Requires-Dist: testtools>=2.5.0; extra == "test"
Requires-Dist: bandit>=1.1.0; extra == "test"
Requires-Dist: gabbi>=1.35.0; extra == "test"
Requires-Dist: wsgi-intercept>=1.7.0; extra == "test"

==============
OpenStack Nova
==============

.. image:: https://governance.openstack.org/tc/badges/nova.svg
    :target: https://governance.openstack.org/tc/reference/tags/index.html

.. Change things from this point on


OpenStack Nova provides a cloud computing fabric controller, supporting a wide
variety of compute technologies, including: libvirt (KVM, Xen, LXC and more),
VMware and OpenStack Ironic.

Use the following resources to learn more.

API
---

To learn how to use Nova's API, consult the documentation available online at:

- `Compute API Guide <https://docs.openstack.org/api-guide/compute/>`__
- `Compute API Reference <https://docs.openstack.org/api-ref/compute/>`__

For more information on OpenStack APIs, SDKs and CLIs in general, refer to:

- `OpenStack for App Developers <https://www.openstack.org/appdev/>`__
- `Development resources for OpenStack clouds
  <https://developer.openstack.org/>`__

Operators
---------

To learn how to deploy and configure OpenStack Nova, consult the documentation
available online at:

- `OpenStack Nova <https://docs.openstack.org/nova/>`__

In the unfortunate event that bugs are discovered, they should be reported to
the appropriate bug tracker. If you obtained the software from a 3rd party
operating system vendor, it is often wise to use their own bug tracker for
reporting problems. In all other cases use the master OpenStack bug tracker,
available at:

- `Bug Tracker <https://bugs.launchpad.net/nova>`__

Developers
----------

For information on how to contribute to Nova, please see the contents of the
CONTRIBUTING.rst.

Any new code must follow the development guidelines detailed in the HACKING.rst
file, and pass all unit tests.

To understand better the processes that the team is using, please refer to the
`Process document <https://docs.openstack.org/nova/latest/contributor/process.html>`__.

Further developer focused documentation is available at:

- `Official Nova Documentation <https://docs.openstack.org/nova/>`__
- `Official Client Documentation
  <https://docs.openstack.org/python-novaclient/>`__

Other Information
-----------------

During each `Summit`_ and `Project Team Gathering`_, we agree on what the whole
community wants to focus on for the upcoming release. The plans for nova can
be found at:

- `Nova Specs <http://specs.openstack.org/openstack/nova-specs/>`__

.. _Summit: https://www.openstack.org/summit/
.. _Project Team Gathering: https://www.openstack.org/ptg/

