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
Cao Xuan Hoang d99fd590b0 Removes unnecessary utf-8 encoding
trivialfix

Change-Id: I1294ecb5e85c9bf70a23992e92eeccfd35362551
7 years ago
api-guide/source Removes unnecessary utf-8 encoding 7 years ago
api-ref/source Removes unnecessary utf-8 encoding 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 Removes unnecessary utf-8 encoding 7 years ago
etc/nova Add CORS filter to versions pipeline 7 years ago
nova Removes unnecessary utf-8 encoding 7 years ago
plugins/xenserver Add a hacking rule for string interpolation at logging 7 years ago
releasenotes Removes unnecessary utf-8 encoding 7 years ago
tools Merge "Add Apache 2.0 license to source file" 7 years ago
.coveragerc Remove nova/openstack/* from .coveragerc 7 years ago
.gitignore doc: Integrate oslo_policy.sphinxpolicygen 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 hacking: Use uuidutils or uuidsentinel to generate UUID 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
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 8 years ago
setup.cfg Remove deprecated nova-all binary 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 "Port libvirt.storage.test_rbd to Python 3" 7 years ago
tox.ini Merge "Corrects the type of a base64 encoded string" 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/