OpenStack Compute (Nova) Specifications
Go to file
Russell Bryant 2db28888fa Add note to wrap at 80 columns
Change-Id: I1f7da3f854c8317e8a344f43237176e1295e4048
2014-03-24 17:21:27 -04:00
doc/source Make nova-specs an oslosphinx project 2014-03-24 16:28:41 -04:00
specs Add note to wrap at 80 columns 2014-03-24 17:21:27 -04:00
.gitignore Make nova-specs an oslosphinx project 2014-03-24 16:28:41 -04:00
.gitreview Added .gitreview 2014-03-14 23:09:48 +00:00
LICENSE Switch license to CC-BY 3.0. 2014-03-24 16:28:41 -04:00
README.rst Drop approved/implemented directories. 2014-03-24 16:28:41 -04:00
requirements.txt Make nova-specs an oslosphinx project 2014-03-24 16:28:41 -04:00
setup.cfg Make nova-specs an oslosphinx project 2014-03-24 16:28:41 -04:00
setup.py Make nova-specs an oslosphinx project 2014-03-24 16:28:41 -04:00
tox.ini Make nova-specs an oslosphinx project 2014-03-24 16:28:41 -04:00

README.rst

OpenStack Nova Specifications

This git repository is used to hold approved design specifications for additions to the Nova project. Reviews of the specs are done in gerrit, using a similar workflow to how we review and merge changes to the code itself.

The layout of this repository is:

specs/<release>/

You can find an example spec in doc/source/specs/template.rst.

Specifications are proposed for a given release by adding them to the specs/<release> directory and posting it for review. The implementation status of a blueprint for a given release can be found by looking at the blueprint in launchpad. Not all approved blueprints will get fully implemented.

Specifications have to be re-proposed for every release. The review may be quick, but even if something was previously approved, it should be re-reviewed to make sure it still makes sense as written.

Prior to the Juno development cycle, this repository was not used for spec reviews. Reviews prior to Juno were completed entirely through Launchpad blueprints:

http://blueprints.launchpad.net/nova

For more information about working with gerrit, see:

https://wiki.openstack.org/wiki/Gerrit_Workflow