OpenStack Technical Committee Decisions
Find a file
2025-12-22 16:29:14 +00:00
doc Show SIG repositories on the SIGs page 2025-11-24 22:31:22 +00:00
goals Mark "Migrate from wsgi scripts" goal as completed 2025-08-28 16:17:42 -07:00
openstack_governance Show inactive project status in project.yaml 2025-08-22 17:01:45 +00:00
pre-history Add some pre-history meeting summaries 2013-11-11 09:08:57 -06:00
reference Merge "Alter public cloud SIG chair" 2025-12-22 16:29:14 +00:00
resolutions Merge "[resolution] Retire governance-sigs repository" 2025-12-01 19:06:39 +00:00
tools Ignore monasca repos for legacy validation 2025-11-24 14:12:35 -08:00
.gitignore gitignore: add .eggs 2019-05-22 22:02:02 +08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:47:56 +00:00
.stestr.conf add module for fetching and parsing governance data 2018-11-07 08:30:27 -05:00
.yamllint Update assignment script to output to projects.yaml file 2019-06-28 12:35:56 +01:00
.zuul.yaml Rename extra-atcs key to extra-acs 2023-09-06 10:09:30 +02:00
bindep.txt bindep: add pcre development headers to build python-pcre 2019-07-19 08:28:31 -04:00
README.rst [resolution] Retire governance-sigs repository 2025-11-11 18:59:25 +00:00
requirements.txt Drop six 2024-02-19 02:52:10 +09:00
setup.cfg setup.cfg: Replace dashes with underscores 2021-05-14 14:07:00 +08:00
setup.py provide infrastructure for publishing docs to html 2014-01-07 15:29:11 -05:00
test-requirements.txt Update to hacking v6 2023-04-21 12:42:44 -07:00
tox.ini Rename extra-atcs key to extra-acs 2023-09-06 10:09:30 +02:00

======================
 openstack-governance
======================

The repository https://opendev.org/openstack/governance/
contains OpenStack Technical Committee reference documents and tracks
official resolutions voted by the committee. It also contains a
library for accessing some of the machine-readable data in the
repository.

Directory structure:

    reference/
        Reference documents which need to be revised over time.
        Some motions will just directly result in reference doc changes.
        Includes SIGs (Special Interest Groups) documentation in reference/sigs/.
    resolutions/
        When the motion does not result in a change in a reference doc, it
        can be expressed as a resolution.
        Those must be named YYYYMMDD-short-name with YYYYMMDD being the
        proposal date in order to allow basic sorting.
    goals/
        Documentation for OpenStack community-wide goals, organized by
        release cycle. These pages will be updated with project status
        info over time, and if goals are revised.

Note: The governance-sigs repository has been merged into this repository.
All SIGs documentation is now located in reference/sigs/.

See https://governance.openstack.org/tc/ for details.