Replace curly quotes with straight quotes
Sphinx's "smart quotes" feature will ensure these are replaced during generation of docs. Change-Id: I96412d86ac67c0dbaa0edb88815daa795e3cb1d8
This commit is contained in:
parent
7e5d93edc5
commit
a9769a8488
@ -204,7 +204,7 @@ There are also some speical query options:
|
||||
|
||||
- ``deleted`` returns (or excludes) deleted servers
|
||||
|
||||
- ``soft_deleted`` modifies behavior of ‘deleted’ to either include or exclude
|
||||
- ``soft_deleted`` modifies behavior of 'deleted' to either include or exclude
|
||||
instances whose vm_state is SOFT_DELETED
|
||||
|
||||
- ``all_tenants`` is an administrator query option, which allows the
|
||||
|
@ -3646,7 +3646,7 @@ key_name_rebuild_req:
|
||||
|
||||
.. note:: Users within the same project are able to rebuild other
|
||||
user's instances in that project with a new keypair. Keys
|
||||
are owned by users (which is the only resource that’s true
|
||||
are owned by users (which is the only resource that's true
|
||||
of). Servers are owned by projects. Because of this a rebuild
|
||||
with a key_name is looking up the keypair by the user calling
|
||||
rebuild.
|
||||
|
@ -768,7 +768,7 @@ advantage of this filter, the requester must pass a scheduler hint, using
|
||||
ImagePropertiesFilter
|
||||
---------------------
|
||||
|
||||
Filters cells based on properties defined on the instance’s image. This
|
||||
Filters cells based on properties defined on the instance's image. This
|
||||
filter works specifying the hypervisor required in the image metadata and the
|
||||
supported hypervisor version in cell capabilities.
|
||||
|
||||
|
@ -462,7 +462,7 @@ API response.
|
||||
----
|
||||
|
||||
Optional query parameters ``limit`` and ``marker`` were added to the
|
||||
``os-simple-tenant-usage`` endpoints for pagination. If a limit isn’t
|
||||
``os-simple-tenant-usage`` endpoints for pagination. If a limit isn't
|
||||
provided, the configurable ``max_limit`` will be used which currently
|
||||
defaults to 1000.
|
||||
|
||||
@ -471,7 +471,7 @@ defaults to 1000.
|
||||
GET /os-simple-tenant-usage?limit={limit}&marker={instance_uuid}
|
||||
GET /os-simple-tenant-usage/{tenant_id}?limit={limit}&marker={instance_uuid}
|
||||
|
||||
A tenant’s usage statistics may span multiple pages when the number of
|
||||
A tenant's usage statistics may span multiple pages when the number of
|
||||
instances exceeds limit, and API consumers will need to stitch together
|
||||
the aggregate results if they still want totals for all instances in a
|
||||
specific time window, grouped by tenant.
|
||||
|
Loading…
Reference in New Issue
Block a user