Fix use of etc. in metadefs docs.
OpenStack house style is no Latin, which includes "etc.". This fixes the usage in the metadefs documentation. Change-Id: Ic88bd2a9286b2647a927f2fb8ecdec480053a91c Closes-Bug: 1610311
This commit is contained in:
parent
b9ec22ca01
commit
5829139ccf
@ -31,7 +31,9 @@ General information
|
||||
The Metadata Definitions Service ("metadefs", for short) provides a common API
|
||||
for vendors, operators, administrators, services, and users to meaningfully
|
||||
define available key:value pairs that can be used on different types of cloud
|
||||
resources (for example, images, artifacts, volumes, flavors, aggregates, etc).
|
||||
resources (for example, images, artifacts, volumes, flavors, aggregates,
|
||||
and other resources).
|
||||
|
||||
To get you started, Glance contains a default catalog of metadefs that may be
|
||||
installed at your site; see the `README
|
||||
<https://github.com/openstack/glance/tree/master/etc/metadefs/README>`_ in the
|
||||
|
@ -23,9 +23,9 @@ OpenStack.
|
||||
It provides a common API for vendors, admins, services, and users to
|
||||
meaningfully **define** available key / value pair metadata that
|
||||
can be used on different types of resources (images, artifacts, volumes,
|
||||
flavors, aggregates, etc). A definition includes a property's key,
|
||||
its description, its constraints, and the resource types to which it can be
|
||||
associated.
|
||||
flavors, aggregates, and other resources). A definition includes a property's
|
||||
key, its description, its constraints, and the resource types to which it
|
||||
can be associated.
|
||||
|
||||
This catalog does not store the values for specific instance properties.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user