RETIRED, Congress
Go to file
Andreas Jaeger a2d6032a4b Switch to newer openstackdocstheme and reno versions
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
2020-05-21 12:58:17 +02:00
antlr3runtime Fix for broken antlr3 in stand-alone install 2016-03-21 21:40:23 -07:00
bin move config init from congress_servers.py to bin/congress-server 2019-02-04 17:35:35 -08:00
congress update devstack plugin for ipv6 2019-08-07 16:37:15 -07:00
contrib/nova Implement horizon plugin model 2016-08-10 03:49:44 +00:00
devstack update devstack plugin for ipv6 2019-08-07 16:37:15 -07:00
doc Switch to newer openstackdocstheme and reno versions 2020-05-21 12:58:17 +02:00
etc Fix glance json ingester api path 2019-05-08 18:39:26 +00:00
examples use . instead of source. 2018-01-29 14:23:39 +00:00
library library policy create security groups up-front 2018-08-03 05:19:32 +00:00
releasenotes Switch to newer openstackdocstheme and reno versions 2020-05-21 12:58:17 +02:00
scripts update sample output of manual test script 2019-04-04 20:55:14 +00:00
thirdparty Remove antlr3 files except Python runtime 2017-01-25 16:05:04 -08:00
tools Update review site link 2019-12-27 11:08:44 +08:00
.coveragerc Update .coveragerc after the removal of openstack directory 2016-10-17 17:44:34 +05:30
.gitignore ignore files created by sphinx-build 2018-10-06 14:26:31 -04:00
.gitreview OpenDev Migration Patch 2019-04-19 19:28:16 +00:00
.mailmap Restructure to follow OpenStack cookiecutter template 2014-01-07 15:31:36 -08:00
.stestr.conf Switch to stestr 2018-10-05 14:12:23 +05:30
.zuul.yaml [ussuri][goal] Drop python 2.7 support and testing 2019-11-16 14:33:11 +00:00
babel.cfg Restructure to follow OpenStack cookiecutter template 2014-01-07 15:31:36 -08:00
bindep.txt Add libpq-dev to bindeps.txt and install doc 2019-05-07 20:47:57 +00:00
CONTRIBUTING.rst move docs into new structure and fix links 2017-08-08 06:58:30 +00:00
future-features.txt Fixed some misspellings 2015-07-01 10:36:17 +08:00
HACKING.rst Update the doc link 2017-11-08 21:33:20 +08:00
LICENSE Restructure to follow OpenStack cookiecutter template 2014-01-07 15:31:36 -08:00
lower-constraints.txt Switch to newer openstackdocstheme and reno versions 2020-05-21 12:58:17 +02:00
Makefile Remove antlr3 files except Python runtime 2017-01-25 16:05:04 -08:00
README.rst Add Release Admin guide Contributing and RESTClient notes link to README 2019-10-06 08:27:52 +08:00
requirements.txt Blacklist eventlet 0.23.0, 0.25.0 2019-09-11 18:49:31 +00:00
run_tests.sh Cleanup unused Oslo Incubator code and references 2016-03-18 14:26:24 -04:00
setup.cfg [ussuri][goal] Drop python 2.7 support and testing 2019-11-16 14:33:11 +00:00
setup.py Updated from global requirements 2017-03-07 01:55:59 +00:00
test-requirements.txt Sync Sphinx requirement 2019-06-18 23:04:21 +08:00
thirdparty-requirements.txt Move monascaclient to requirements.txt 2017-04-05 10:49:40 +05:30
tox.ini tox: Keeping going with docs 2019-12-19 10:47:14 +08:00

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.

image

Installing Congress

Please refer to the installation guide