OpenStack Compute (Nova) Specifications
Go to file
Christopher Yeoh 07e570fa95 Add template details for REST API changes
Adds more detail for the requirements where REST API
additions or changes are being planned.

Change-Id: Id98d80520acc4d085ae64acee70a420c769fd549
2014-03-20 09:50:22 -04:00
juno Add README and base directory structure 2014-03-17 10:13:01 -04:00
.gitreview Added .gitreview 2014-03-14 23:09:48 +00:00
README.rst Add README and base directory structure 2014-03-17 10:13:01 -04:00
template.rst Add template details for REST API changes 2014-03-20 09:50:22 -04:00

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:

<release>/
  approved/
  implemented/

Specifications are proposed for a given release by adding it to the approved directory and posting it for review. Once a given spec has been fully implemented in a release, it can be moved to the implemented directory. This provides an easy view of what was actually implemented in a given release. What remains in the approved directory will provide historical record of specs we approved but were not 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