congress/congress_dashboard
Anusha Ramineni 3f943dcbec Update devstack plugin to use new repo
Partially-Implements blueprint enhance-congress-dashboard
Depends-On:I485e528b01656a43f5b766bc76b0bc2619a7ed7a
Change-Id: I568063e031c603ebeffce180ec23c829a28c65e6
2017-05-19 03:43:34 +00: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 Implement horizon plugin model 2016-08-10 03:49:44 +00: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 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