congress/congress_dashboard
aimee.ukasick 9b9e2baee5 Modified to use Identity v2.0
Horizon defaults to Identity v3, which broke the Congress
dashboard. This forces the use of Identity v2.0 for
the Newton release.

Change-Id: I2a1288bd1998da6c7e0da22bab93cf0da14f1eaf
Closes-bug: #1602837
2016-09-19 22:58:48 -07:00
..
api Modified to use Identity v2.0 2016-09-19 22:58:48 -07:00
datasources Replaced e.message with str(e) 2016-08-11 10:38:17 -05:00
enabled Implement horizon plugin model 2016-08-10 03:49:44 +00:00
policies Replaced e.message with str(e) 2016-08-11 10:38:17 -05: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
__init__.py 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