OpenStack Compute (Nova) Specifications
Go to file
Phil Day b5560eb3a1 Update the template to ask about data model changes
Changes which require modifications to the data model
often have a wider impact on the system.  The community
often has strong opinions on how the data model should
be evolved, from both a functional and performance
perspective, and disagreements and/or rework late in the
implemetaion stage are vrey disruptive and tiem consuming.
It is therefore important to capture and gain agreement
as early as possible on any proposed changes to the data
model.

Change-Id: I071043c7ce29bb8a47a9da9fb458befe91f6a609
2014-03-25 13:00:55 +00:00
doc/source Make nova-specs an oslosphinx project 2014-03-24 16:28:41 -04:00
specs Update the template to ask about data model changes 2014-03-25 13:00:55 +00: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

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