refactor idp to its own file

for comparison

Change-Id: Ia1becc2fa36f095e30f306c6436bd180fb8760a2
This commit is contained in:
Steve Martinelli 2016-07-30 20:35:19 -07:00
parent 0f6fa0e3d3
commit 85570dc678
4 changed files with 2 additions and 12 deletions

View File

@ -294,6 +294,8 @@ If a value is not specified by the client, the service will default this value
to ``ss:mem:``.
.. include:: federation/identity-provider/idp.inc
.. TODO(samueldmq): This is the Mapping API, move it to its own file.
Create a mapping

View File

@ -1,13 +1,5 @@
.. -*- rst -*-
=====================================
OS-FEDERATION IDENTITY PROVIDER API
=====================================
Provide the ability for users to manage Identity Providers (IdPs). Requires
v3.0+ of the Identity API.
Register an Identity Provider
=============================

View File

@ -1,2 +0,0 @@
.. include:: federation/identity-provider/index.inc

View File

@ -12,7 +12,6 @@ This page describes these Identity API v3 extensions:
* `OS-REVOKE API`_
* `OS-EP-FILTER API`_
* `OS-FEDERATION API`_
* `OS-FEDERATION IDENTITY PROVIDER API`_
.. rest_expand_all::
@ -22,4 +21,3 @@ This page describes these Identity API v3 extensions:
.. include:: revoke.inc
.. include:: ep-filter.inc
.. include:: federation.inc
.. include:: federation/index.inc