RETIRED, Congress
a2d6032a4b
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using these versions will allow especially: * Linking from HTML to PDF document * Allow parallel building of documents * Fix some rendering problems Update Sphinx version as well. Set openstackdocs_pdf_link to link to PDF file. Note that the link to the published document only works on docs.openstack.org where the PDF file is placed in the top-level html directory. The site-preview places the PDF in a pdf directory. Disable openstackdocs_auto_name to use 'project' variable as name. Change pygments_style to 'native' since old theme version always used 'native' and the theme now respects the setting and using 'sphinx' can lead to some strange rendering. Remove docs requirements from lower-constraints, they are not needed during install or test but only for docs building. openstackdocstheme renames some variables, so follow the renames before the next release removes them. A couple of variables are also not needed anymore, remove them. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html Change-Id: Ib3ec06ea33f5dcdc526a485f9eb96e9b64f7ec11 |
||
---|---|---|
antlr3runtime | ||
bin | ||
congress | ||
contrib/nova | ||
devstack | ||
doc | ||
etc | ||
examples | ||
library | ||
releasenotes | ||
scripts | ||
thirdparty | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.stestr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
future-features.txt | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
Makefile | ||
README.rst | ||
requirements.txt | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
thirdparty-requirements.txt | ||
tox.ini |
Welcome to Congress
Congress is an open policy framework for the cloud. With Congress, a cloud operator can declare, monitor, enforce, and audit "policy" in a heterogeneous cloud environment. Congress gets inputs from a cloud's various cloud services; for example in OpenStack, Congress fetches information about VMs from Nova, and network state from Neutron, etc. Congress then feeds input data from those services into its policy engine where Congress verifies that the cloud's actual state abides by the cloud operator's policies. Congress is designed to work with any policy and any cloud service.
- Free software: Apache license
- Documentation: https://docs.openstack.org/congress/latest/
- Wiki: https://wiki.openstack.org/wiki/Congress
- Source: https://github.com/openstack/Congress
- Bugs: https://bugs.launchpad.net/congress
- Blueprints: https://blueprints.launchpad.net/congress
- Release notes: https://docs.openstack.org/releasenotes/congress
- Admin guide: https://docs.openstack.org/congress/latest/admin/index.html
- Contributing: https://docs.openstack.org/congress/latest/contributor/index.html
- REST Client:https://opendev.org/openstack/python-congressclient
Installing Congress
Please refer to the installation guide