Fix paths to blazar-dashboard configuration files

Because links are relative to the openstack_dashboard/local/enabled
directory, several parent directories need to be traversed.

Change-Id: I0503e7519becae780c32d8d74a48d046d1419799
This commit is contained in:
Pierre Riteau 2017-08-10 09:50:01 +01:00
parent c4afe8b438
commit 2604e54632
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ Install Blazar dashboard with all dependencies in your virtual environment::
And enable it in Horizon::
ln -s ../blazar-dashboard/blazar_dashboard/enabled/_90_project_reservations_panelgroup.py openstack_dashboard/local/enabled
ln -s ../blazar-dashboard/blazar_dashboard/enabled/_91_project_reservations_leasess_panel.py openstack_dashboard/local/enabled
ln -s /path/to/blazar-dashboard/blazar_dashboard/enabled/_90_project_reservations_panelgroup.py openstack_dashboard/local/enabled
ln -s /path/to/blazar-dashboard/blazar_dashboard/enabled/_91_project_reservations_leases_panel.py openstack_dashboard/local/enabled
Start horizon and it runs with the newly enabled Blazar dashboard.