RETIRED, Congress
Go to file
Aaron Rosen b76b9bc0a7 Add keystone support
This patch adds the bits needed for keystone support integration. In order
to run congress-server without keystone support set:
    auth_strategy=noauth in congress.conf

Implements: blueprint keystone-integration

Change-Id: Ie703e0b5aec156415d7432888131bf5e24db8fd6
2014-07-31 16:13:31 -07:00
bin Fix relative import path in source tree 2014-07-08 16:25:36 -07:00
congress Add keystone support 2014-07-31 16:13:31 -07:00
doc/source Docs on How to write a data source driver 2014-04-09 16:27:56 +05:30
etc Add keystone support 2014-07-31 16:13:31 -07:00
examples Added policy error checking 2014-02-28 13:52:09 -08:00
specs Merge "Spec API validation" 2014-07-24 00:47:49 +00:00
thirdparty Rearrange project directory structure 2013-08-13 10:34:44 -07:00
.coveragerc Restructure to follow OpenStack cookiecutter template 2014-01-07 15:31:36 -08:00
.gitignore Add more things to .gitignore 2014-07-09 15:51:27 -07:00
.gitreview Restructure to follow OpenStack cookiecutter template 2014-01-07 15:31:36 -08:00
.mailmap Restructure to follow OpenStack cookiecutter template 2014-01-07 15:31:36 -08:00
.testr.conf Restructure to follow OpenStack cookiecutter template 2014-01-07 15:31:36 -08:00
CONTRIBUTING.rst First cut of user-docs 2014-03-18 14:57:55 -07:00
HACKING.rst Restructure to follow OpenStack cookiecutter template 2014-01-07 15:31:36 -08:00
LICENSE Restructure to follow OpenStack cookiecutter template 2014-01-07 15:31:36 -08:00
MANIFEST.in Add hook to create parser in setup.py 2014-07-08 16:43:38 -07:00
Makefile First cut of user-docs 2014-03-18 14:57:55 -07:00
README.rst Fixing up getting started instructions 2014-07-24 11:57:46 -07:00
antlr3 Hack to make unittests pass with tox 2014-02-20 16:42:11 -08:00
babel.cfg Restructure to follow OpenStack cookiecutter template 2014-01-07 15:31:36 -08:00
future-features.txt Adding future-features.txt 2014-04-17 13:59:15 -07:00
openstack-common.conf Restructure to follow OpenStack cookiecutter template 2014-01-07 15:31:36 -08:00
requirements.txt Add keystone support 2014-07-31 16:13:31 -07:00
run_tests.sh Add run_tests.sh to congress 2014-07-15 15:11:36 -07:00
setup.cfg Add missing entry point in setup.cfg for congress-server 2014-07-17 13:24:03 -07:00
setup.py Trivial: pep8 compliance tweaks 2014-01-09 14:39:52 -08:00
test-requirements.txt Fixing up getting started instructions 2014-07-24 11:57:46 -07:00
tox.ini Add hook to create parser in setup.py 2014-07-08 16:43:38 -07:00

README.rst

Congress

Congress: The open policy framework for the cloud.

  1. Install requirements.

- python 2.7 or above https://www.python.org/download/releases/2.7/

- pip https://pip.pypa.io/en/latest/installing.html

- java http://java.com

  1. Setup Congress

cd /path/to/congress sudo python setup.py develop

  1. Run the unit tests

cd /path/to/congress

./run_tests.sh -N

OR

tox -epy27

  1. Run the API server:

cd /path/to/congress ./bin/congress-server --config-file etc/congress.conf.sample

  1. Read docs

Open /path/to/congress/doc/html/index.html in a browser