fixed typos found by RETF rules in RST files
rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos Change-Id: I725d3892d915bf880e62b8b11b97dcfc0a804a41
This commit is contained in:
parent
e4c7c57813
commit
03a4d0aba1
@ -628,7 +628,7 @@ Optional. Default: True.
|
||||
|
||||
If set to False, disables SSL layer compression of https swift
|
||||
requests. Setting to 'False' may improve performance for images which
|
||||
are already in a compressed format, eg qcow2. If set to True then
|
||||
are already in a compressed format, e.g. qcow2. If set to True then
|
||||
compression will be enabled (provided it is supported by the swift
|
||||
proxy).
|
||||
|
||||
|
@ -45,7 +45,7 @@ use when configuring the server application.
|
||||
configuration files that you can copy to a standard configuation directory and
|
||||
adapt for your own uses. Specifically, bind_host must be set properly.
|
||||
|
||||
If you do `not` specifiy a configuration file on the command line, Glance will
|
||||
If you do `not` specify a configuration file on the command line, Glance will
|
||||
do its best to locate a configuration file in one of the
|
||||
following directories, stopping at the first config file it finds:
|
||||
|
||||
|
@ -165,7 +165,7 @@ These two resources also accept additional query parameters:
|
||||
* ``marker=ID``
|
||||
|
||||
An image identifier marker may be specified. When present only images which
|
||||
occur after the identifier ``ID`` will be listed, ie the images which have
|
||||
occur after the identifier ``ID`` will be listed, i.e. the images which have
|
||||
a `sort_key` later than that of the marker ``ID`` in the `sort_dir` direction.
|
||||
|
||||
* ``limit=LIMIT``
|
||||
@ -396,7 +396,7 @@ The list of metadata headers that Glance accepts are listed below.
|
||||
When present, Glance will use the supplied identifier for the image.
|
||||
If the identifier already exists in that Glance node, then a
|
||||
**409 Conflict** will be returned by Glance. The value of the header
|
||||
must be a uuid in hexadecimal string notation
|
||||
must be an uuid in hexadecimal string notation
|
||||
(i.e. 71c675ab-d94f-49cd-a114-e12490b328d9).
|
||||
|
||||
When this header is *not* present, Glance will generate an identifier
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
**--config-dir DIR**
|
||||
Path to a config directory to pull \*.conf files from. This
|
||||
file set is sorted, so as to provide a predictable parse order
|
||||
file set is sorted, to provide a predictable parse order
|
||||
if individual options are over-ridden. The set is parsed after
|
||||
the file(s) specified via previous --config-file, arguments hence
|
||||
over-ridden options in the directory take precedence. This means
|
||||
|
@ -21,7 +21,7 @@ glance-scrubber [options]
|
||||
DESCRIPTION
|
||||
===========
|
||||
|
||||
glance-scrubber is an utility that cleans up images that have been deleted. The
|
||||
glance-scrubber is a utility that cleans up images that have been deleted. The
|
||||
mechanics of this differ depending on the backend store and pending_deletion
|
||||
options chosen.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user