RETIRED, Congress
Go to file
OpenDev Sysadmins 9cf36abc8a OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:28:18 +00:00
antlr3runtime Fix for broken antlr3 in stand-alone install 2016-03-21 21:40:23 -07:00
bin Fix relative import path in source tree 2014-07-08 16:25:36 -07:00
congress change the dist name to 'openstack-congress' 2019-04-08 19:01:34 +00:00
congress_dashboard Update devstack plugin to use new repo 2017-05-19 03:43:34 +00:00
congress_tempest_tests Final changes for pike RC1 2017-08-10 08:32:51 -07:00
contrib/nova Implement horizon plugin model 2016-08-10 03:49:44 +00:00
devstack Fix the problem of devstack fail when install congress 2017-08-10 07:28:11 +00:00
doc/source simplify README.rst 2019-04-05 21:57:23 +00:00
etc Set HTTPProxyTOWSGI middleware in front of congress. 2016-10-10 15:49:24 +05:30
examples Remove support for policy snapshot file 2015-04-20 16:49:56 -07:00
library Fix rule in permitted image library policy 2017-10-25 18:58:01 +00:00
playbooks/legacy OpenDev Migration Patch 2019-04-19 19:28:18 +00:00
releasenotes eventlet workaround to avoid import cycle issue 2018-02-12 14:02:33 -08:00
scripts Final changes for pike RC1 2017-08-10 08:32:51 -07:00
thirdparty Remove antlr3 files except Python runtime 2017-01-25 16:05:04 -08:00
tools remove new_arch in tox 2016-09-05 11:35:46 +05:30
.coveragerc Update .coveragerc after the removal of openstack directory 2016-10-17 17:44:34 +05:30
.gitignore Update .gitignore with .idea 2015-05-24 13:41:12 -07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:28:18 +00:00
.mailmap Restructure to follow OpenStack cookiecutter template 2014-01-07 15:31:36 -08:00
.testr.conf remove new_arch in tox 2016-09-05 11:35:46 +05:30
.zuul.yaml OpenDev Migration Patch 2019-04-19 19:28:18 +00:00
CONTRIBUTING.rst move docs into new structure and fix links 2017-08-08 06:58:30 +00:00
HACKING.rst Optimize the link address 2017-04-08 23:30:11 +08:00
LICENSE Restructure to follow OpenStack cookiecutter template 2014-01-07 15:31:36 -08:00
Makefile Remove antlr3 files except Python runtime 2017-01-25 16:05:04 -08:00
README.rst simplify README.rst 2019-04-05 21:57:23 +00:00
babel.cfg Restructure to follow OpenStack cookiecutter template 2014-01-07 15:31:36 -08:00
bindep.txt local HA tests 2016-11-01 18:20:39 -07:00
future-features.txt Fixed some misspellings 2015-07-01 10:36:17 +08:00
requirements.txt Updated from global requirements 2017-08-07 00:42:23 +00:00
run_tests.sh Cleanup unused Oslo Incubator code and references 2016-03-18 14:26:24 -04:00
setup.cfg change the dist name to 'openstack-congress' 2019-04-08 19:01:34 +00:00
setup.py Updated from global requirements 2017-03-07 01:55:59 +00:00
test-requirements.txt Updated from global requirements 2017-07-28 04:13:19 +00:00
thirdparty-requirements.txt Move monascaclient to requirements.txt 2017-04-05 10:49:40 +05:30
tox.ini Update UPPER_CONSTRAINTS_FILE for stable/pike 2017-08-11 00:57:25 +00:00

README.rst

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

Congress is free software and is licensed with Apache.