Consolidate endpoint-policy.rst

Consolidate from configuration.rst into endpoint-policy.rst.

Change-Id: I80184005cc70a1e769fd3507360aa7d795785f5c
This commit is contained in:
Suramya Shah 2018-02-23 11:44:42 +05:30 committed by Colleen Murphy
parent 53f0b62e8e
commit f1ad6654db
3 changed files with 19 additions and 19 deletions

View File

@ -0,0 +1,18 @@
Endpoint Policy
===============
The Endpoint Policy feature provides associations between service endpoints
and policies that are already stored in the Identity server and referenced
by a policy ID.
Configure the endpoint policy backend driver in the ``[endpoint_policy]``
section. For example:
.. code-block:: ini
[endpoint_policy]
driver = sql
See `API Specification for Endpoint Policy <https://developer.openstack.org/
api-ref/identity/v3-ext/index.html#os-endpoint-policy-api>`_
for the details of API definition.

View File

@ -42,3 +42,4 @@ command-line client.
health-check-middleware.rst
oauth1.rst
service-catalog.rst
endpoint-policy.rst

View File

@ -314,25 +314,6 @@ following property:
immutable for a given installation.
Endpoint Policy
===============
The Endpoint Policy feature provides associations between service endpoints
and policies that are already stored in the Identity server and referenced
by a policy ID.
Configure the endpoint policy backend driver in the ``[endpoint_policy]``
section. For example:
.. code-block:: ini
[endpoint_policy]
driver = sql
See `API Specification for Endpoint Policy <https://developer.openstack.org/
api-ref/identity/v3-ext/index.html#os-endpoint-policy-api>`_
for the details of API definition.
SSL
===