Minor syntax fixups for tox builds
In Ubuntu, when running tox, some minor build fails were noted. These changes fix those up. Change-Id: If0f1d4aafd9accf534af4b841ee77765293dfe59
This commit is contained in:
parent
c836541002
commit
be48bc562b
@ -2,13 +2,12 @@
|
|||||||
User CRUD
|
User CRUD
|
||||||
=========
|
=========
|
||||||
|
|
||||||
Identity provides a user CRUD (Create, Read, Update, and Delete) filter
|
Identity provides a user CRUD (Create, Read, Update, and Delete) filter that
|
||||||
that can be added to the ``public_api`` pipeline. The user CRUD filter
|
can be added to the ``public_api`` pipeline. The user CRUD filter enables users
|
||||||
enables users to use a HTTP PATCH to change their own password. To
|
to use a HTTP PATCH to change their own password. To enable this extension you
|
||||||
enable this extension you should define a ``user_crud_extension``
|
should define a ``user_crud_extension`` filter, insert it after the ``*_body``
|
||||||
filter, insert it after the :option:`*_body` middleware and before the
|
middleware and before the ``public_service`` application in the ``public_api``
|
||||||
``public_service`` application in the ``public_api`` WSGI pipeline in
|
WSGI pipeline in ``keystone-paste.ini``. For example:
|
||||||
``keystone-paste.ini``. For example:
|
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
|
@ -447,7 +447,7 @@ retrieve specific events:
|
|||||||
As of the Liberty release, the number of items returned will be
|
As of the Liberty release, the number of items returned will be
|
||||||
restricted to the value defined by ``default_api_return_limit`` in the
|
restricted to the value defined by ``default_api_return_limit`` in the
|
||||||
``ceilometer.conf`` configuration file. Alternatively, the value can
|
``ceilometer.conf`` configuration file. Alternatively, the value can
|
||||||
be set per query by passing the :option:`limit` option in the request.
|
be set per query by passing the ``limit`` option in the request.
|
||||||
|
|
||||||
|
|
||||||
Telemetry Python bindings
|
Telemetry Python bindings
|
||||||
|
@ -9,7 +9,7 @@ computing experts from around the world contribute to the project.
|
|||||||
|
|
||||||
OpenStack provides an :term:`Infrastructure-as-a-Service (IaaS)<IaaS>` solution
|
OpenStack provides an :term:`Infrastructure-as-a-Service (IaaS)<IaaS>` solution
|
||||||
through a variety of complemental services. Each service offers an
|
through a variety of complemental services. Each service offers an
|
||||||
:term:`application programming interface (API)<API>` that facilitates this
|
:term:`Application Programming Interface (API)` that facilitates this
|
||||||
integration.
|
integration.
|
||||||
|
|
||||||
This guide covers step-by-step deployment of the following major OpenStack
|
This guide covers step-by-step deployment of the following major OpenStack
|
||||||
|
Loading…
Reference in New Issue
Block a user