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
This commit is contained in:
Eva Balycheva 2016-01-25 18:27:00 +03:00
parent e779265f18
commit 08d9d60dd8
1 changed files with 2 additions and 2 deletions

View File

@ -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::