Merge "[codespell] fix typos in api-ref"
This commit is contained in:
commit
ca0a279727
@ -3379,7 +3379,7 @@ force_evacuate:
|
|||||||
Furthermore, this should not be specified when evacuating instances
|
Furthermore, this should not be specified when evacuating instances
|
||||||
managed by a clustered hypervisor driver like ironic since you
|
managed by a clustered hypervisor driver like ironic since you
|
||||||
cannot specify a node, so the compute service will pick a node randomly
|
cannot specify a node, so the compute service will pick a node randomly
|
||||||
which may not be able to accomodate the instance.
|
which may not be able to accommodate the instance.
|
||||||
in: body
|
in: body
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
@ -5559,7 +5559,7 @@ os:scheduler_hints_cidr:
|
|||||||
Schedule the server on a host in the network specified with an IP address
|
Schedule the server on a host in the network specified with an IP address
|
||||||
(``os:scheduler_hints:build_near_host_ip``) and this parameter.
|
(``os:scheduler_hints:build_near_host_ip``) and this parameter.
|
||||||
If ``os:scheduler_hints:build_near_host_ip`` is specified and
|
If ``os:scheduler_hints:build_near_host_ip`` is specified and
|
||||||
this paramete is omitted, ``/24`` is used.
|
this parameter is omitted, ``/24`` is used.
|
||||||
It is available when ``SimpleCIDRAffinityFilter`` is available
|
It is available when ``SimpleCIDRAffinityFilter`` is available
|
||||||
on cloud side.
|
on cloud side.
|
||||||
in: body
|
in: body
|
||||||
@ -6372,7 +6372,7 @@ server_hostname: &server_hostname
|
|||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
This information is published via the metadata service and requires
|
This information is published via the metadata service and requires
|
||||||
application such as ``cloud-init`` to propogate it through to the
|
application such as ``cloud-init`` to propagate it through to the
|
||||||
instance.
|
instance.
|
||||||
min_version: 2.3
|
min_version: 2.3
|
||||||
server_hostname_req:
|
server_hostname_req:
|
||||||
@ -6388,7 +6388,7 @@ server_hostname_req:
|
|||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
This information is published via the metadata service and requires
|
This information is published via the metadata service and requires
|
||||||
application such as ``cloud-init`` to propogate it through to the
|
application such as ``cloud-init`` to propagate it through to the
|
||||||
instance.
|
instance.
|
||||||
min_version: 2.90
|
min_version: 2.90
|
||||||
server_hostname_update_rebuild:
|
server_hostname_update_rebuild:
|
||||||
|
@ -545,7 +545,7 @@ With microversion 2.93, we support rebuilding volume backed
|
|||||||
instances which will reimage the volume with the provided
|
instances which will reimage the volume with the provided
|
||||||
image. For microversion < 2.93, this operation keeps the
|
image. For microversion < 2.93, this operation keeps the
|
||||||
contents of the volume given the image provided is same as
|
contents of the volume given the image provided is same as
|
||||||
the image with which the volume was created else the opearation
|
the image with which the volume was created else the operation
|
||||||
will error out.
|
will error out.
|
||||||
|
|
||||||
**Preconditions**
|
**Preconditions**
|
||||||
|
@ -103,6 +103,6 @@ check_untyped_defs = true
|
|||||||
warn_unused_ignores = true
|
warn_unused_ignores = true
|
||||||
|
|
||||||
[codespell]
|
[codespell]
|
||||||
skip = *.po,*.js,*.css,*.html,*.svg,HACKING.py,./doc/build*,*_static*,doc/dictionary.txt
|
skip = *.po,*.js,*.css,*.html,*.svg,HACKING.py,*build*,*_static*,doc/dictionary.txt,*.pyc,*.inv,*.gz,*.jpg,*.png,*.vsd,*.graffle
|
||||||
count =
|
count =
|
||||||
quiet-level = 4
|
quiet-level = 4
|
Loading…
Reference in New Issue
Block a user