Juju Charms for OpenStack - Specifications
Go to file
Alex Kavanagh 9beaeab888 Add Fernet token spec
Fernet tokens are the successor to UUID tokens, and are the default
in rocky and beyond.  This changeset add the specification for the
implementation of Fernet token support into the keystone charm.

Change-Id: I190b6bccba71ea4afac2cc733b0628c270ca34e6
2018-08-02 11:43:49 +01:00
doc/source Open for Rocky development 2018-03-21 10:58:28 +00:00
specs Add Fernet token spec 2018-08-02 11:43:49 +01:00
tests Review specs for newton, open for ocata 2016-10-17 09:56:21 +01:00
.gitignore Switch to use stestr for unit test 2018-07-17 13:36:45 +07:00
.gitreview Add gitreview file 2016-06-08 15:29:27 +01:00
.stestr.conf Switch to use stestr for unit test 2018-07-17 13:36:45 +07:00
LICENSE Base 2016-05-26 11:24:00 +01:00
README.rst Update links in README 2018-06-12 14:54:45 +08:00
requirements.txt Switch to use stestr for unit test 2018-07-17 13:36:45 +07:00
setup.cfg Base 2016-05-26 11:24:00 +01:00
setup.py Base 2016-05-26 11:24:00 +01:00
test-requirements.txt Base 2016-05-26 11:24:00 +01:00
tox.ini Switch to use stestr for unit test 2018-07-17 13:36:45 +07:00

README.rst

Team and repository tags

image

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.