OpenStack Compute (Nova)
Go to file
Rick Harris c40ee5cfe7 Add ability to see deleted and active records.
Fixes bug #900564

Changes `Context`.`read_deleted` from a bool to an enum string with values
"yes" (can read deleted records), "no" (cannot read deleted records), and
"only" (can only see deleted records, for backwards compatibility).

Change-Id: Ic81db3664c33f23f751b73973782efb06fce90d9
2011-12-07 16:06:31 -06:00
bin Add ability to see deleted and active records. 2011-12-07 16:06:31 -06:00
contrib Remove contrib/nova.sh and other stale docs. 2011-11-15 16:32:37 -05:00
doc First steps towards consolidating testing infrastructure 2011-12-06 09:37:57 -08:00
etc/nova Creating new v2 namespace in nova.api.openstack 2011-11-17 10:09:15 -08:00
nova Add ability to see deleted and active records. 2011-12-07 16:06:31 -06:00
plugins/xenserver Implement resize down for XenAPI 2011-12-02 15:58:58 +00:00
po Remove autogenerated pot file 2011-12-06 09:56:56 +01:00
smoketests Fix for EC2 API part of bug 897164 2011-12-02 15:45:26 +01:00
tools Add ability to see deleted and active records. 2011-12-07 16:06:31 -06:00
.gitignore Remove autogenerated pot file 2011-12-06 09:56:56 +01:00
.gitreview Add .gitreview config file for gerrit. 2011-10-24 15:07:19 -04:00
.mailmap Merge "add index to instance_uuid column in instances" 2011-12-05 18:49:56 +00:00
Authors Fixes a typo preventing attaching RBD volumes. 2011-12-06 10:48:34 +01:00
HACKING.rst First steps towards consolidating testing infrastructure 2011-12-06 09:37:57 -08:00
LICENSE initial commit 2010-05-27 23:05:26 -07:00
MANIFEST.in Remove some remnants of ChangeLog and vcsversion.py generation 2011-12-06 12:08:43 +00:00
pylintrc Don't warn about C0111 (No docstrings) 2011-03-16 15:28:09 -07:00
README.rst Converted README to RST format. 2011-11-20 18:54:08 -05:00
run_tests.sh Merge "First steps towards consolidating testing infrastructure" 2011-12-07 18:13:48 +00:00
setup.cfg Remove remnants of babel i18n infrastructure 2011-12-06 11:31:02 +00:00
setup.py Merge "Remove remnants of babel i18n infrastructure" 2011-12-06 20:47:08 +00: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 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