Minor doc fix

Change-Id: I093f9fa527abc306e34a7925585e703f0368d639
This commit is contained in:
Timur Sufiev 2014-10-16 19:43:35 +04:00
parent 83d579872a
commit 0019829042
1 changed files with 2 additions and 4 deletions

View File

@ -16,15 +16,13 @@ ln -s /home/user/dev/merlin/merlin /usr/lib/python2.7/site-packages/merlin
# for files of the Merlin's Mistral extension
ln -s /home/user/dev/merlin/extensions/mistral /usr/lib/python2.7/site-packages/mistral
```
2. Next thing to do is add panel with Mistral Workbook builder (a Merlin
1. Next thing to do is add panel with Mistral Workbook builder (a Merlin
extension) into Horizon. To do it, copy the pluggable config for the Mistral
panel:
```
cp /home/user/dev/merlin/extensions/enabled/_50_add_mistral_panel.py /usr/lib/python2.7/site-packages/openstack_dashboard/enabled/
```
3. Restart Horizon web-server. According to the default values in
1. Restart Horizon web-server. According to the default values in
``_50_add_mistral_panel.py`` you would be able to **Mistral** panel inside
the **Project** dashboard, **Orchestration** panel group.