congress-dashboard/congress_dashboard
Anusha Ramineni 47c68e2377 Change 'Datasources' page layout
This commit changes the datasources page layout, to avoid
loading all the data at once and showing the data in more
relevant page

Change-Id: Iaedc7be9d00060f3701b53c309738e5073450fdf
Partially-Implements: blueprint enhance-congress-dashboard
2017-05-24 03:53:00 +00:00
..
api Change 'Datasources' page layout 2017-05-24 03:53:00 +00:00
datasources Change 'Datasources' page layout 2017-05-24 03:53:00 +00:00
enabled Move congress_dashboard folder to this project 2017-03-15 04:41:58 +00:00
policies Merge "Fix cancel button beyond of create-rule modal" 2017-04-17 18:32:06 +00:00
static/admin Move congress_dashboard folder to this project 2017-03-15 04:41:58 +00:00
templates/admin Move congress_dashboard folder to this project 2017-03-15 04:41:58 +00:00
test Initial UI-cookiecutter commit 2017-03-14 09:20:55 +00:00
README.md Move congress_dashboard folder to this project 2017-03-15 04:41:58 +00:00
__init__.py Initial UI-cookiecutter commit 2017-03-14 09:20:55 +00:00
version.py Initial UI-cookiecutter commit 2017-03-14 09:20:55 +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