955d6d76eb
Usage of patterns in obsolete, so removing the same. Change-Id: I5199676041b91f419bacad1fd19e33004e442758 |
||
---|---|---|
.. | ||
api | ||
datasources | ||
enabled | ||
policies | ||
static/admin | ||
templates/admin | ||
test | ||
__init__.py | ||
README.md | ||
version.py |
Congress Dashboard
Congress Dashboard is an extension for OpenStack Dashboard that provides a UI for Congress. With congress-dashboard, a user is able to easily write the policies and rules for governance of cloud.
Setup Instructions
This instruction assumes that Horizon is already installed and its installation folder is . Detailed information on how to install Horizon can be found at http://docs.openstack.org/developer/horizon/quickstart.html#setup.
To integrate congress with horizon, copy the files in <congress_dashboard>/enabled to /openstack_dashboard/local/enabled/
$ cp -b <congress_dashboard>/enabled/_50_policy.py /openstack_dashboard/local/enabled/ $ cp -b <congress_dashboard>/enabled/_60_policies.py /openstack_dashboard/local/enabled/ $ cp -b <congress_dashboard>/enabled/_70_datasources.py /openstack_dashboard/local/enabled/
Restart Apache server sudo service apache2 restart