OpenStack Compute (Nova)
Go to file
Monty Taylor 4a4c274c83 Get rid of distutils.extra.
We moved to DistUtilsExtra because it promised a more automatic workflow
from setup.py. It doesn't actually deliver though, and it also vomits
warnings during setup.py usage, and also breaks pip integration.

So this is going back to babel. Mostly folks shouldn't need to know
anything about this. We'll need to update the translations import
jobs in Jenkins, and we might need to add a corresponding translations
upload job that runs post-merge.

Translations installation doesn't fully work - but it actually wasn't fully
working before. Getting this part of the project done now though is a
pre-requisite for using tox for multi-python testing (tox starts by
creating an sdist tarball and then installing it into the venv, which
is just 100% broken with DistUtilsExtra)

Change-Id: I126e1bcfab0656eab6ca10de67d3d2aaa8b844f3
2012-02-08 19:30:39 -08:00
bin Merge "Fix xvpvncproxy error in nova-all (lp#928489)" 2012-02-08 10:02:34 +00:00
contrib Remove a whole bunch of unused imports 2012-01-13 13:55:38 -08:00
doc Excise M2Crypto! 2012-02-02 10:12:58 -08:00
etc/nova Merge "remove unsupported ec2 extensions" 2012-02-01 19:08:03 +00:00
nova Remove unnecessary use of LoopingCall in nova/virt/xenapi/vm_utils.py 2012-02-08 23:09:53 +00:00
plugins/xenserver Send image properties to Glance 2012-02-07 23:34:48 +00:00
po Imported Translations from Launchpad 2012-02-05 23:01:18 +00:00
smoketests Fix bad test cases in smoketest. 2012-01-10 10:39:35 +08:00
tools Get rid of distutils.extra. 2012-02-08 19:30:39 -08:00
.gitignore Get rid of distutils.extra. 2012-02-08 19:30:39 -08:00
.gitreview Add .gitreview config file for gerrit. 2011-10-24 15:07:19 -04:00
.mailmap Merge "Increased coverage of nova/auth/dbdriver.py to 100%. Fixes 828609." 2012-02-07 00:45:17 +00:00
Authors Fix bug 921814 changes handling of adminPass in API. 2012-02-07 15:52:45 -08:00
HACKING.rst Update cfg from openstack-common 2012-02-07 21:35:30 +00:00
LICENSE initial commit 2010-05-27 23:05:26 -07:00
MANIFEST.in Update MANIFEST.in to account for moved schemas 2012-02-07 21:56:26 +01:00
README.rst Converted README to RST format. 2011-11-20 18:54:08 -05:00
babel.cfg Get rid of distutils.extra. 2012-02-08 19:30:39 -08:00
openstack-common.conf Update cfg from openstack-common 2012-02-07 21:35:30 +00:00
pylintrc Don't warn about C0111 (No docstrings) 2011-03-16 15:28:09 -07:00
run_tests.sh pep8 check on api-paste.ini when using devstack 2012-02-08 11:44:39 -05:00
setup.cfg Get rid of distutils.extra. 2012-02-08 19:30:39 -08:00
setup.py Get rid of distutils.extra. 2012-02-08 19:30:39 -08:00

README.rst

The Choose Your Own Adventure README for Nova

You have come across a cloud computing fabric controller. It has identified itself as "Nova." It is apparent that it maintains compatibility with the popular Amazon EC2 and S3 APIs.

To monitor it from a distance: follow @openstack on twitter.

To tame it for use in your own cloud: read http://docs.openstack.org

To study its anatomy: read http://nova.openstack.org

To dissect it in detail: visit http://github.com/openstack/nova

To taunt it with its weaknesses: use http://bugs.launchpad.net/nova

To watch it: http://jenkins.openstack.org

To hack at it: read HACKING

To cry over its pylint problems: http://jenkins.openstack.org/job/nova-pylint/violations