OpenStack Compute (Nova)
Go to file
OpenStack Proposal Bot 719b5ab9f0 Updated from global requirements
Change-Id: I313dfaeaccb48f9aa9733a8a2d88a7eed1cecc46
2016-08-29 16:51:55 +00:00
api-guide/source [api-guide]: Update reference links 2016-08-23 14:16:10 +07:00
api-ref/source Merge "Verify os-aggregates.inc on sample files" 2016-08-25 14:53:02 +00:00
contrib
devstack
doc Merge "Correct microversions URL in api_plugins.rst" 2016-08-26 02:43:07 +00:00
etc/nova Remove nova.network namespace from nova-config-generator.conf 2016-07-28 18:14:12 -04:00
nova Merge "In InventoryList.find() raise NotFound if invalid resource class" 2016-08-29 13:30:37 +00:00
plugins/xenserver plugins/xenserver: Resolve PEP8 issues 2016-08-15 18:11:49 +01:00
releasenotes Revert "Optional separate database for placement API" 2016-08-25 13:51:16 -07:00
tools Remove locals() for formatting strings. 2016-08-22 17:32:38 +07:00
.coveragerc
.gitignore
.gitreview
.mailmap
.testr.conf Add initial framing of placement API 2016-07-29 10:31:36 +00:00
babel.cfg
bandit.yaml
CONTRIBUTING.rst
HACKING.rst Remove hacking check [N347] for config options. 2016-08-11 14:23:21 +02:00
LICENSE
MAINTAINERS
README.rst
requirements.txt Updated from global requirements 2016-08-25 09:28:26 +00:00
run_tests.sh
setup.cfg Add entry_point for oslo policy scripts 2016-08-24 16:37:13 -04:00
setup.py
test-requirements.txt Updated from global requirements 2016-08-29 16:51:55 +00:00
tests-py3.txt Remove nova/api/validator.py 2016-08-16 09:52:29 +00:00
tox.ini Merge "Add oslopolicy script runs to the docs tox target" 2016-08-25 10:37:38 +00:00

OpenStack Nova README

OpenStack Nova provides a cloud computing fabric controller, supporting a wide variety of virtualization technologies, including KVM, Xen, LXC, VMware, and more. In addition to its native API, it includes compatibility with the commonly encountered Amazon EC2 and S3 APIs.

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.

Nova primarily consists of a set of Python daemons, though it requires and integrates with a number of native system components for databases, messaging and virtualization capabilities.

To keep updated with new developments in the OpenStack project follow @openstack on Twitter.

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

http://docs.openstack.org

For information about the different compute (hypervisor) drivers supported by Nova, read this page on the wiki:

https://wiki.openstack.org/wiki/HypervisorSupportMatrix

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 wishing to work on the OpenStack Nova project should always base their work on the latest Nova code, available from the master GIT repository at:

https://git.openstack.org/cgit/openstack/nova

Developers should also join the discussion on the mailing list, at:

http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

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/

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

-- End of broadcast