OpenStack Compute (Nova) Specifications
Go to file
John Garbutt c0318d41ff Update the template to ask about notifications
Added an extra section about notifications, asking the template author
to specify any changes to notifications.

Change-Id: I1a752df3b9cab6a0c08c9f82d1d34de43eeb79b8
2014-03-24 11:15:42 +00: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
LICENSE Add Apache 2 License 2014-03-18 14:56:49 -07:00
README.rst Add README and base directory structure 2014-03-17 10:13:01 -04:00
template.rst Update the template to ask about notifications 2014-03-24 11:15:42 +00: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:

<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