fix tox -e docs
errors
Change-Id: I516e28cefbfe041085a547ed9b601c3aa1541ce8
This commit is contained in:
parent
4120d96d87
commit
df73f7331b
@ -206,7 +206,7 @@ For example, if we wanted to allow a user to select a specific pool by
|
|||||||
id or fallback to using a default, we could use the following
|
id or fallback to using a default, we could use the following
|
||||||
configuration.
|
configuration.
|
||||||
|
|
||||||
.. code-block:: conf
|
.. code-block:: ini
|
||||||
|
|
||||||
[service:central]
|
[service:central]
|
||||||
default_pool_id = 794ccc2c-d751-44fe-b57f-8894c9f5c842
|
default_pool_id = 794ccc2c-d751-44fe-b57f-8894c9f5c842
|
||||||
@ -224,7 +224,7 @@ Schedule by Tier Example
|
|||||||
In our tiered example, we'll use the `attribute` filter to select the
|
In our tiered example, we'll use the `attribute` filter to select the
|
||||||
correct pool.
|
correct pool.
|
||||||
|
|
||||||
.. code-block:: conf
|
.. code-block:: ini
|
||||||
|
|
||||||
[service:central]
|
[service:central]
|
||||||
default_pool_id = 794ccc2c-d751-44fe-b57f-8894c9f5c842 # the std pool
|
default_pool_id = 794ccc2c-d751-44fe-b57f-8894c9f5c842 # the std pool
|
||||||
|
@ -56,7 +56,7 @@ Response:
|
|||||||
"updated_at": null,
|
"updated_at": null,
|
||||||
"id": "cfee7486-7ce4-4851-9c38-7b0fe3d42ee9",
|
"id": "cfee7486-7ce4-4851-9c38-7b0fe3d42ee9",
|
||||||
"description": "tld description"
|
"description": "tld description"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Now, if someone were to try and create ``example.net.``, they would encounter
|
Now, if someone were to try and create ``example.net.``, they would encounter
|
||||||
|
@ -92,6 +92,7 @@ Developer Documentation
|
|||||||
devstack
|
devstack
|
||||||
functional-tests
|
functional-tests
|
||||||
tempest
|
tempest
|
||||||
|
related
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
==================
|
==================
|
||||||
|
@ -1,15 +1,14 @@
|
|||||||
.. _metrics:
|
.. _metrics:
|
||||||
|
|
||||||
****
|
*******
|
||||||
metrics
|
metrics
|
||||||
****
|
*******
|
||||||
|
|
||||||
metrics Base
|
metrics Base
|
||||||
=========
|
============
|
||||||
.. automodule:: designate.metrics
|
.. automodule:: designate.metrics
|
||||||
:members:
|
:members:
|
||||||
:special-members:
|
:special-members:
|
||||||
:private-members:
|
:private-members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
|
||||||
|
@ -215,7 +215,7 @@ to explain their purpose and correct usage.
|
|||||||
|
|
||||||
|
|
||||||
@decorators.idempotent_id
|
@decorators.idempotent_id
|
||||||
~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
The `idempotent_id` decorator allows for tracking of tests even after they have
|
The `idempotent_id` decorator allows for tracking of tests even after they have
|
||||||
been renamed. The UUID should be randomly generated as the test is first
|
been renamed. The UUID should be randomly generated as the test is first
|
||||||
|
Loading…
Reference in New Issue
Block a user