OpenStack Compute (Nova)
Go to file
2011-01-03 16:08:52 -06:00
bin Uses paste.deploy to make application running configurable. This includes the ability to swap out middlewares, define new endpoints, and generally move away from having code to build wsgi routers and middleware chains into a configurable, extensible method for running wsgi servers. 2011-01-03 19:54:39 +00:00
bzrplugins/novalog PEP8 and pylint cleanup. There should be no functional changes here, just style changes to get violations down. 2010-10-21 11:49:51 -07:00
CA use getent, update docstring 2010-12-16 19:13:37 +00:00
contrib Make nova work even when user has LANG or LC_ALL configured 2010-12-16 12:35:46 +01:00
doc Several documentation corrections 2010-12-30 14:23:52 -05:00
etc remove cloudpipe from paste config 2010-12-30 01:25:29 -05:00
nova Fixes LP688545 2011-01-03 16:08:52 -06:00
plugins/xenserver Merging trunk 2010-12-30 11:26:21 -06:00
smoketests Refactored smoketests to use novarc environment and to separate user and admin specific tests 2010-11-04 15:50:23 -07:00
tools Merge trunk. 2010-12-27 19:10:26 -05:00
.bzrignore Ignore CA/crl.pem 2010-12-30 20:03:21 -08:00
.gitignore Added the gitignore files back in for the folks who are still on the git. 2010-07-27 23:18:27 -07:00
.mailmap Merging trunk 2010-12-30 11:26:21 -06:00
Authors Merging trunk 2010-12-30 11:26:21 -06:00
builddeb.sh update copyrights 2010-07-15 01:28:51 -04:00
HACKING reorder imports spacing 2010-07-15 18:13:48 -05:00
LICENSE initial commit 2010-05-27 23:05:26 -07:00
MANIFEST.in Make sure the new, consolidated template gets included. 2010-12-15 13:15:19 +01:00
pylintrc PEP8 and pylint cleanup. There should be no functional changes here, just style changes to get violations down. 2010-10-21 11:49:51 -07:00
README Updated URLs in the README file to point to current locations. 2010-07-24 16:22:17 -07:00
run_tests.py change exit code 2010-12-30 13:31:56 -08:00
run_tests.sh merge from upstream and fix conflicts 2010-12-28 13:43:35 -08:00
setup.cfg Updated setup.py file to install stuff on a python setup.py install command. 2010-07-27 21:41:07 -07:00
setup.py Added reference in setup.py so that python setup.py test works now. 2010-12-23 08:57:04 -08:00

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 compatability with
  the popular Amazon EC2 and S3 APIs.

To monitor it from a distance: follow @novacc on twitter

To tame it for use in your own cloud: read http://nova.openstack.org/getting.started.html

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

To disect it in detail: visit http://code.launchpad.net/nova

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

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

To hack at it: read HACKING

To laugh at its PEP8 problems: http://hudson.openstack.org/job/nova-pep8/violations

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