RETIRED, OpenStack Security Specifications
Go to file
Hervé Beraud b3dcc7a310 Restore reproducibility in docs
The documentation is writting the date in its copyright. This is
considered bad practice, because this kills reproducibility. If
you don't know about reproducible build, please read on:

https: //reproducible-builds.org/
Change-Id: I6199d139e3c8334b7795bdb4875553c613adcec7
2021-10-14 14:58:05 +02:00
doc/source Restore reproducibility in docs 2021-10-14 14:58:05 +02:00
specs Changed the mikata directory to mitaka. (Correct spelling) 2016-02-23 12:50:45 +00:00
.gitignore Setup Security Specs Repo 2015-07-07 12:08:00 -07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:48:56 +00:00
.zuul.yaml [ussuri][goal] Drop python 2.7 support and testing 2020-02-05 16:54:10 +01:00
LICENSE Setup Security Specs Repo 2015-07-07 12:08:00 -07:00
README.rst Update links in README 2018-03-02 18:06:21 +08:00
requirements.txt Switch to newer openstackdocstheme version 2020-06-03 20:54:54 +02:00
setup.cfg [ussuri][goal] Drop python 2.7 support and testing 2020-02-05 16:54:10 +01:00
setup.py [ussuri][goal] Drop python 2.7 support and testing 2020-02-05 16:54:10 +01:00
tox.ini [ussuri][goal] Drop python 2.7 support and testing 2020-02-05 16:54:10 +01:00

README.rst

Team and repository tags

image

OpenStack Security Specifications

This git repository is used to hold approved design specifications for additions to the OpenStack Security Projects. Reviews of the specs are done in gerrit, using a similar workflow to how we review and merge changes to the security projects and supporting tools.

The layout of this repository is:

specs/<release>/

You can find an example spec in doc/source/specs/template.rst. Fill it in with the details of a new blueprint for documentation.

For security projects, blueprints are required for larger, coordinated projects but not for small fixes. It's a judgement call for whether you need a spec, so feel free to ask in the #openstack-security IRC channel or on the openstack-security mailing list.

To propose a specification for a release-specific project, add a new file to the specs/<release> directory and post it for review. The implementation status of a blueprint for a given release can be found by looking at the blueprint in Launchpad (and the spec links to Launchpad).

Please realize that not all approved blueprints will get fully implemented.

Security blueprints are being introduced with the Liberty development cycle using this repository.

Please note, Launchpad blueprints are still used for tracking the current status of blueprints. For more information, see https://wiki.openstack.org/wiki/Blueprints.

For more information about working with gerrit, see http://docs.openstack.org/infra/manual/developers.html#development-workflow.

To validate that the specification is syntactically correct (i.e. get more confidence in the Jenkins result), please execute the following command:

$ tox

After running tox, the documentation will be available for viewing in HTML format in the doc/build/ directory. Please do not check in the generated HTML files as a part of your commit.

The files are published at http://specs.openstack.org/openstack/security-specs.

The git repository is located at http://git.openstack.org/cgit/openstack/security-specs/.