From de4dfc87e0d60023bec2a47afa7b059222165fa6 Mon Sep 17 00:00:00 2001 From: Anusha Ramineni Date: Fri, 4 Aug 2017 10:22:19 +0530 Subject: [PATCH] Update README to include enabling monitoring pane Change-Id: I951c0b7d1c86a2780f0e1e5716c94dbfaf0489b5 --- README.rst | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index cf1d9cf..6172a50 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ -=============================== +===================== Congress Dashboard -=============================== +===================== Horizon Plugin for Congress @@ -48,11 +48,14 @@ Install Source code $ sudo python setup.py install -And enable it in Horizon:: +And enable it in Horizon - ln -s /congress_dashboard/enabled/_50_policy.py /openstack_dashboard/local/enabled - ln -s /congress_dashboard/enabled/_60_policies.py /openstack_dashboard/local/enabled - ln -s /congress_dashboard/enabled/_70_datasources.py /openstack_dashboard/local/enabled +.. code-block:: console + + $ ln -s /congress_dashboard/enabled/_50_policy.py /openstack_dashboard/local/enabled + $ ln -s /congress_dashboard/enabled/_60_policies.py /openstack_dashboard/local/enabled + $ ln -s /congress_dashboard/enabled/_70_datasources.py /openstack_dashboard/local/enabled + $ ln -s /congress_dashboard/enabled/_75_monitoring.py /openstack_dashboard/local/enabled Restart Apache server