
* A lot of redundant info has been cleanup * Deleted the docker install guide (was obsolete) * Move mistral client from admin to user guide * Various cleanup in doc Change-Id: I5c0c27653a053603bb6ad8428db18024a58533a8 Signed-off-by: Arnaud M <arnaud.morin@gmail.com>
1.1 KiB
1.1 KiB
Mistral Dashboard Installation Guide
Mistral dashboard is the plugin for Horizon where it is easily possible to control mistral objects by interacting with web user interface.
Setup Instructions
This instruction assumes that Horizon is already installed and it's installation folder is <horizon>.
Detailed information on how to install Horizon can be found at Horizon Installation
The following steps should get you started:
- Install mistral-dashboard in horizon virtual env:
$ pip install mistral-dashboard
- Enable the dashboard:
$ cp -b <horizon>/mistraldashboard/enabled/_50_mistral.py \
<horizon>/openstack_dashboard/local/enabled/_50_mistral.py
- When you're ready, you would need to restart horizon, e.g. with apache:
# Debian based
$ systemctl restart apache2
# Or RHEL/CentOS
$ systemctl restart httpd