From b722f29db9a6bcc04f04f155e9ec974cf5921943 Mon Sep 17 00:00:00 2001 From: Chad Roberts Date: Mon, 31 Aug 2015 15:48:24 -0400 Subject: [PATCH] Updating the dashboard guide for Sahara Updates related to the move to /contrib which happened during the L cycle. Also one correction on the endpoint to use data-processing rather than data_processing. Change-Id: I62e3638966ae6a51f5b00f5c43f9aa9a362d8cb6 Partial-Bug: #1490687 --- doc/source/userdoc/dashboard.guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/userdoc/dashboard.guide.rst b/doc/source/userdoc/dashboard.guide.rst index 77c1d501..db7a38f3 100644 --- a/doc/source/userdoc/dashboard.guide.rst +++ b/doc/source/userdoc/dashboard.guide.rst @@ -32,7 +32,7 @@ Example: 2. Different endpoint --------------------- -Sahara UI panels normally use ``data_processing`` endpoint from Keystone to +Sahara UI panels normally use ``data-processing`` endpoint from Keystone to talk to Sahara service. In some cases it may be useful to switch to another endpoint, for example use locally installed Sahara instead of the one on the OpenStack controller. @@ -55,7 +55,7 @@ Local endpoint example: .. Then the endpoint name should be changed in ``sahara.py`` under the -`openstack_dashboard.api module. `_ +`openstack_dashboard.contrib.sahara.api module. `_ .. sourcecode:: python