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
This commit is contained in:
parent
0a6e15e094
commit
b722f29db9
@ -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. <https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/sahara.py>`_
|
||||
`openstack_dashboard.contrib.sahara.api module. <https://github.com/openstack/horizon/blob/master/openstack_dashboard/contrib/sahara/api/sahara.py>`_
|
||||
|
||||
.. sourcecode:: python
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user