Well, the last fix to the deployment instructions :)

Change-Id: I250357d81e562a5fa398a0ff3ac0fe69fd0c79ce
This commit is contained in:
Timur Sufiev 2015-05-15 17:04:24 +03:00
parent 5dbf8b89e6
commit 13bdf82d8d
1 changed files with 2 additions and 0 deletions

View File

@ -16,12 +16,14 @@ following commands
# for files of the Merlin's Mistral extension # for files of the Merlin's Mistral extension
ln -s /home/user/dev/merlin/extensions/mistral /usr/lib/python2.7/site-packages/mistral 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 2. 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 extension) into Horizon. To do it, copy the pluggable config for the Mistral
panel: panel:
``` ```
cp /home/user/dev/merlin/extensions/enabled/_50_add_mistral_panel.py /usr/lib/python2.7/site-packages/openstack_dashboard/enabled/ cp /home/user/dev/merlin/extensions/enabled/_50_add_mistral_panel.py /usr/lib/python2.7/site-packages/openstack_dashboard/enabled/
``` ```
3. This step is TEMPORARY and will be needed until the real API for listing/ loading/ saving 3. This step is TEMPORARY and will be needed until the real API for listing/ loading/ saving
of Mistral workbooks is implemented. You need to add the following setting to the top of of Mistral workbooks is implemented. You need to add the following setting to the top of
``openstack_dashboard.settings`` ``openstack_dashboard.settings``