congress/congress_dashboard
shangxiaobj de0bf60a87 Update and replace http with https for doc links in congress
1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links

Change-Id: Ic8f30bee6a1271ffe5c359d8c65836e9ec396237
2017-08-08 19:54:00 -07:00
..
api Merge "Display id column in PolicRule data in horizon" 2016-12-24 01:37:10 +00:00
datasources Move Policy Table data to policies Tab 2017-03-15 10:14:54 +05:30
enabled Implement horizon plugin model 2016-08-10 03:49:44 +00:00
policies Merge "Fix cancel button beyond of create-rule modal" 2017-03-29 03:30:12 +00:00
static/admin Implement horizon plugin model 2016-08-10 03:49:44 +00:00
templates/admin Fix launching devstack failure in gate 2016-08-22 18:17:17 +09:00
README.md Update and replace http with https for doc links in congress 2017-08-08 19:54:00 -07:00

README.md

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 https://docs.openstack.org/horizon/latest/install/index.html.

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