Monasca Specifications
Go to file
Johannes Grassler 921482e249 Add spec on implementing oslo.policy
Presently, neither monasca-api nor monasca-log-api use oslo.policy. Instead,
they contain their own policy enforcement code. Without oslo.policy they will
not be able to implement the policy in code community goal for Queens, which
requires the use of oslo mechanisms for defining and enforcing policy. This
spec gives a roadmap for switching monasca-{api,log-api} to using oslo.policy.

Change-Id: Icf9ec728a20ff38cfe29c72acae2df5f4383f0f6
Story: 2001233
Task: 5749
2018-03-19 09:16:18 +01:00
doc/source Add Service Domain Spec 2017-10-11 17:32:46 +02:00
priorities Add Queens priorities 2017-10-12 16:28:24 -07:00
specs Add spec on implementing oslo.policy 2018-03-19 09:16:18 +01:00
.gitignore Define repository structure 2017-09-19 18:04:02 +02:00
.gitreview Added .gitreview 2017-09-06 09:18:59 +00:00
LICENSE Define repository structure 2017-09-19 18:04:02 +02:00
README.rst Define repository structure 2017-09-19 18:04:02 +02:00
requirements.txt Define repository structure 2017-09-19 18:04:02 +02:00
setup.cfg Define repository structure 2017-09-19 18:04:02 +02:00
setup.py Define repository structure 2017-09-19 18:04:02 +02:00
test-requirements.txt Define repository structure 2017-09-19 18:04:02 +02:00
tox.ini Set minimum tox version to 2.7 2017-09-28 13:48:45 +02:00

README.rst

Team and repository tags

image

README

Monasca Specifications

This git repository is used to hold priorities and approved design specifications for additions to the Monasca 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:

priorities/<release>/
specs/<release>/

Where there are two sub-directories in specs:

specs/<release>/approved

specifications approved, but not yet implemented

specs/<release>/implemented

implemented specifications