From 515eaf0892dd5bd4031250cddae6f91ff848fb11 Mon Sep 17 00:00:00 2001 From: daniel-a-nguyen Date: Sat, 6 Jun 2015 16:14:27 -0700 Subject: [PATCH] Added some minor fixes to documentation. Change-Id: I3ec58804738f15da8b4342ac038a0275d03f1901 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e610d9..dd26d39 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ panel: 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 -``openstack_dashboard.settings`` +``/home/user/dev/horizon/openstack_dashboard/local/local_settings.py`` ``` DATABASES = { 'default': { @@ -36,7 +36,7 @@ of Mistral workbooks is implemented. You need to add the following setting to th } ``` - and run ``openstack-dashboard/manage.py syncdb`` after that. + and run ``/home/user/dev/horizon/manage.py syncdb`` after that. 4. 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.