diff --git a/README.md b/README.md index 2ab2249..9b2ba23 100644 --- a/README.md +++ b/README.md @@ -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.