OpenStack Project Team Guide
Go to file
Ghanshyam Mann e8a3a7eb96 Cover the branchless repo in deprecation process
When we deprecate the branchless repo (for example, tempest
or any other tests repo), sometime they need to support the
other deliverables stable branches. In that case we cannot
remove those branchless repo master branch content. We can just
update the README.rst file to reflect the deprecation and postponed
the master branch content removal until all deps are either retired
or EOL.

One such case is TripleO test repo
- https://review.opendev.org/c/openstack/governance/+/877132/2/reference/projects.yaml#2846

Change-Id: Ie8cbd77bb4fa2914f42e2c5cf6cd6fdc2d116bd3
2023-04-10 17:49:09 -05:00
contrib Diagram explaining constraints layers 2019-11-14 11:12:33 +01:00
doc Cover the branchless repo in deprecation process 2023-04-10 17:49:09 -05:00
technical-guides Move technical-guidance.rst under technical-guides 2022-03-22 20:20:49 -05:00
.gitignore Add .gitignore 2015-06-10 12:50:37 -07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:42:57 +00:00
.zuul.yaml Use promote for publishing 2019-08-20 20:48:32 +02:00
LICENSE Add initial sphinx project boilerplate 2015-06-08 17:40:27 -07:00
README.rst Add initial sphinx project boilerplate 2015-06-08 17:40:27 -07:00
setup.cfg Small cleanups 2020-04-07 13:18:31 +02:00
setup.py Add initial sphinx project boilerplate 2015-06-08 17:40:27 -07:00
tox.ini Small cleanups 2020-04-07 13:18:31 +02:00

README.rst

OpenStack Project Team Guide

To build the guide, execute the following command:

$ tox

After running tox, the documentation will be available for viewing in HTML format in the doc/build/ directory.