Congress: The open policy framework for the cloud.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/congress
- Compile:
- from the root directory make
- Run the API server:
- from the root directory ./bin/congress-server --config-file congress/etc/congress.sample.conf
- Run the unit tests
from the root directory
tox -epy27 or via ./run_test.sh