mistral-dashboard - fixed the installation readme:

fixed an issue where horizon was not showing mistral dashboard upon installation.

* refactored soft link to an hard file copy:
The soft link wasn't a good solution as scripts were still missing _50_mistral.py
Horizon wasn't showing due to the above.
Verified in apache log files (my own and Liat's setup running a clean installation)

Partially implements blueprint:mistral-documentation

Change-Id: Ic237937d1ec33fd60fd846b30e2117536b614cf2
This commit is contained in:
Gal Margalit 2015-08-17 12:01:58 +00:00
parent 9218a3e6f4
commit 38a10123bb
1 changed files with 1 additions and 2 deletions

View File

@ -28,8 +28,7 @@ Or if you're planning to run Horizon server in a virtual environment (see below)
and then
$ ln -s <mistral-dashboard>/_50_mistral.py.example \
<horizon>/openstack_dashboard/local/enabled/_50_mistral.py
$ cp -b <mistral-dashboard>/_50_mistral.py.example <horizon>/openstack_dashboard/local/enabled/_50_mistral.py
Since Mistral only supports Identity v3, you must ensure that the dashboard
points the proper OPENSTACK_KEYSTONE_URL in <horizon>/openstack_dashboard/local/local_settings.py file::