3bde2447bb
Keystone has supported JSON Home documents since Juno, but we never had any user-facing documentation for the API. This commit adds a section to the user guide that describes what JSON Home is and adds an example of how users can get it. Change-Id: Ib0793f6af4f65e5549ba0543b87d20f3f1a8a62d
31 lines
993 B
ReStructuredText
31 lines
993 B
ReStructuredText
..
|
|
Copyright 2017 OpenStack Foundation
|
|
All Rights Reserved.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
not use this file except in compliance with the License. You may obtain
|
|
a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
License for the specific language governing permissions and limitations
|
|
under the License.
|
|
|
|
==================
|
|
User Documentation
|
|
==================
|
|
|
|
An end user can find the specific API documentation here, `OpenStack's Identity API`_.
|
|
|
|
.. _`OpenStack's Identity API`: https://developer.openstack.org/api-ref/identity/v3
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
application_credentials.rst
|
|
json_home.rst
|
|
../api_curl_examples.rst
|