OpenStack Compute (Nova)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
chenxing fa0e8f69b4 doc: Switch to openstackdocstheme
Change-Id: If7afc2cb58759b16fc6f7caa44d0cf6b7bcf4d06
Co-Authored-By: Stephen Finucane <sfinucan@redhat.com>
6 years ago
api-guide/source api-ref: Add X-Openstack-Request-Id description 6 years ago
api-ref/source Merge "Handle uuids in os-hypervisors API" 6 years ago
contrib Merge "changed quantum to neutron in vif-openstack" 9 years ago
devstack Don't run ssh validation in cells v1 job 6 years ago
doc doc: Switch to openstackdocstheme 6 years ago
etc/nova libvirt: remove scality volume driver 6 years ago
gate move gate hooks to gate/ 7 years ago
nova Merge "Use plain routes list for extension_info instead of stevedore" 6 years ago
placement-api-ref/source Merge "[placement] Add api-ref for aggregates" 6 years ago
plugins/xenserver XenAPI Remove useless files when use os-xenapi lib 6 years ago
releasenotes doc: Switch to openstackdocstheme 6 years ago
tools [placement] Fix placement-api-ref check tool 6 years ago
.coveragerc Remove nova/openstack/* from .coveragerc 7 years ago
.gitignore Structure for simply managing placement-api-ref 6 years ago
.gitreview Add .gitreview config file for gerrit. 12 years ago
.mailmap Add mailmap entry 9 years ago
.testr.conf [placement] Adjust the name of the gabbi tests 7 years ago
CONTRIBUTING.rst Workflow documentation is now in infra-manual 9 years ago
HACKING.rst Enable global hacking checks and removed local checks 6 years ago
LICENSE initial commit 13 years ago
MAINTAINERS Add a maintainers file 8 years ago
README.rst Optimize the link address 6 years ago
babel.cfg Get rid of distutils.extra. 11 years ago
bindep.txt List system dependencies for running common tests 7 years ago
requirements.txt Updated from global requirements 6 years ago
setup.cfg Merge "Use plain routes list for extension_info instead of stevedore" 6 years ago
setup.py Updated from global requirements 6 years ago
test-requirements.txt doc: Switch to openstackdocstheme 6 years ago
tests-functional-py3.txt Remove invalid URL in gabbi tests 6 years ago
tests-py3.txt Skip unit tests for SSL + py3 6 years ago
tox.ini doc: Enable pep8 on doc generation code 6 years ago

README.rst

Team and repository tags

image

OpenStack Nova

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

OpenStack Nova is distributed under the terms of the Apache License, Version 2.0. The full terms and conditions of this license are detailed in the LICENSE file.

API

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

https://developer.openstack.org/api-guide/compute/ https://developer.openstack.org/api-ref/compute/

For more information on OpenStack APIs, SDKs and CLIs, please see:

https://www.openstack.org/appdev/ https://developer.openstack.org/

Operators

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

https://docs.openstack.org

For information about the different compute (hypervisor) drivers supported by Nova, please read:

https://docs.openstack.org/developer/nova/feature_classification.html

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:

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.

Further developer focused documentation is available at:

https://docs.openstack.org/developer/nova/