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
Andreas Jaeger f9a0f6f6df Enable release notes translation
Releasenote translation publishing is being prepared. 'locale_dirs'
needs to be defined in conf.py to generate translated version of the
release notes.

Change-Id: Ibf005a434417c7b6ad7b7bada27d45f3bf238db1
7 years ago
api-guide/source Merge "Remove last sentence" 7 years ago
api-ref/source Fix a few typos in API reference 7 years ago
contrib Merge "changed quantum to neutron in vif-openstack" 9 years ago
devstack Add RC file for excluding tempest tests for LVM job 7 years ago
doc Merge "Fixes RST markup error to create a code-box." 7 years ago
etc/nova Add bigswitch command to compute rootwrap filters 7 years ago
nova libvirt: fix DiskSmallerThanImage when block migrate ephemerals 7 years ago
plugins/xenserver plugins/xenserver: Add '.py' extension 7 years ago
releasenotes Enable release notes translation 7 years ago
tools Make db archival return a meaningful result code 7 years ago
.coveragerc Change ignore-errors to ignore_errors 8 years ago
.gitignore Ignore generated merged policy files 7 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 Remove context object in oslo.log method 7 years ago
LICENSE initial commit 13 years ago
MAINTAINERS Add a maintainers file 8 years ago
README.rst Refresh README and its docs links 7 years ago
babel.cfg Get rid of distutils.extra. 11 years ago
bandit.yaml Add bandit for security static analysis testing 8 years ago
bindep.txt List system dependencies for running common tests 7 years ago
requirements.txt Updated from global requirements 7 years ago
run_tests.sh Add description on how to run ./run_test.sh -8 7 years ago
setup.cfg Merge "Adds nova-policy-check cmd" 7 years ago
setup.py Updated from global requirements 8 years ago
test-requirements.txt Updated from global requirements 7 years ago
tests-py3.txt Merge "numa: Fixes NUMA topology related unit tests" 7 years ago
tox.ini Merge "Fix periodic-nova-py{27,35}-with-oslo-master" 7 years ago

README.rst

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:

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

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

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

Operators

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

http://docs.openstack.org

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

http://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:

http://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:

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