From 08d9d60dd84ff1e221896b4399012b4aac4465f2 Mon Sep 17 00:00:00 2001 From: Eva Balycheva Date: Mon, 25 Jan 2016 18:27:00 +0300 Subject: [PATCH] Fix installation instruction in README.rst Currently the installation instruction in README.rst does not work. The paths to files, needed to enable zaqar-ui in Horizon, are incorrect. This patch fixes it. Change-Id: I80e0a1486749cdc0c9b6e5131ab9e61a07d52bc4 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 1b42f41..4f5e94e 100644 --- a/README.rst +++ b/README.rst @@ -41,8 +41,8 @@ Install Zaqar UI with all dependencies in your virtual environment:: And enable it in Horizon:: - cp ../zaqar-ui/enabled/_1510_messaging_panel_group.py openstack_dashboard/local/enabled - cp ../zaqar-ui/enabled/_1520_zaqar_project_queues.py openstack_dashboard/local/enabled + cp ../zaqar-ui/zaqar_ui/enabled/_1510_project_messaging_group.py openstack_dashboard/local/enabled + cp ../zaqar-ui/zaqar_ui/enabled/_1520_project_queues.py openstack_dashboard/local/enabled To run horizon with the newly enabled Zaqar UI plugin run::