Delete the duplicated README.md

Change-Id: I39f7a84ffdb5afc1516a64c64140ee62ecc89b64
This commit is contained in:
caoyuan 2018-04-20 10:22:36 +08:00
parent 9d0a305c7f
commit 0297165cfa
1 changed files with 0 additions and 25 deletions

View File

@ -1,25 +0,0 @@
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 <horizon>. 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 <horizon>/openstack_dashboard/local/enabled/
$ cp -b <congress_dashboard>/enabled/_50_policy.py <horizon>/openstack_dashboard/local/enabled/
$ cp -b <congress_dashboard>/enabled/_60_policies.py <horizon>/openstack_dashboard/local/enabled/
$ cp -b <congress_dashboard>/enabled/_70_datasources.py <horizon>/openstack_dashboard/local/enabled/
Restart Apache server
sudo service apache2 restart