From 0297165cfab506c699da2ecad6b7b6fb54872588 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Fri, 20 Apr 2018 10:22:36 +0800 Subject: [PATCH] Delete the duplicated README.md Change-Id: I39f7a84ffdb5afc1516a64c64140ee62ecc89b64 --- congress_dashboard/README.md | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 congress_dashboard/README.md diff --git a/congress_dashboard/README.md b/congress_dashboard/README.md deleted file mode 100644 index feb31c1..0000000 --- a/congress_dashboard/README.md +++ /dev/null @@ -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 . 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 -/enabled to /openstack_dashboard/local/enabled/ - -$ cp -b /enabled/_50_policy.py /openstack_dashboard/local/enabled/ -$ cp -b /enabled/_60_policies.py /openstack_dashboard/local/enabled/ -$ cp -b /enabled/_70_datasources.py /openstack_dashboard/local/enabled/ - -Restart Apache server -sudo service apache2 restart -