Juju Charms for OpenStack - Specifications
34421843a2
Carry forward any backlog specs to Ussuri. Carry forward any approved but still inflight specs to Ussuri. Move implemented specs for Train to implemented folder. Misc tidy of line lengths and missing titles in a couple of specs. Run unit tests in gate under Python 3. Change-Id: I23a8823568f1ac594982a37095f3e1c532b5ab53 |
||
---|---|---|
doc/source | ||
specs | ||
tests | ||
.gitignore | ||
.gitreview | ||
.stestr.conf | ||
.zuul.yaml | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
README
OpenStack Charm Specifications
This git repository is used to hold approved design specifications for additions to the Charm project. Reviews of the specs are done in gerrit, using a similar workflow to how we review and merge changes to the code itself. For specific policies around specification review, refer to the end of this document.
The layout of this repository is:
specs/<release>/
Where there are two sub-directories:
specs/<release>/approved: specifications approved but not yet implemented specs/<release>/implemented: implemented specifications
Example specifications
You can find an example spec in specs/template.rst
.