Merge "Consolidate endpoint-policy.rst"

This commit is contained in:
Zuul 2018-11-24 03:37:47 +00:00 committed by Gerrit Code Review
commit f81e028ba7
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

@ -136,25 +136,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
===