Replace Chinese punctuation with English punctuation

Curly quotes(Chinese punctuation) usually input from Chinese input method.
When read from english context, it makes some confusion.

Change-Id: I9b8830179fb98f3a6bef479bbaa12df70311269a
This commit is contained in:
inspurericzhang 2018-05-21 10:04:14 +08:00
parent fd16fa4f25
commit 612e5cf12b
5 changed files with 5 additions and 5 deletions

View File

@ -49,7 +49,7 @@ the metadata facilities provided by the appropriate API. (For example, the
Images API would be used to put specific key:value pairs on a virtual machine Images API would be used to put specific key:value pairs on a virtual machine
image.) image.)
A metadefs definition includes a propertys key, its description, its A metadefs definition includes a property's key, its description, its
constraints, and the resource types to which it can be associated. See constraints, and the resource types to which it can be associated. See
`Metadata Definition Concepts `Metadata Definition Concepts
<http://docs.openstack.org/developer/glance/metadefs-concepts.html>`_ in the <http://docs.openstack.org/developer/glance/metadefs-concepts.html>`_ in the

View File

@ -86,7 +86,7 @@ There are two types of image properties in Glance:
to an image to an image
The property protection layer manages access to the meta properties The property protection layer manages access to the meta properties
through Glances public API calls. You can restrict the access in the through Glance's public API calls. You can restrict the access in the
property protection configuration file. property protection configuration file.
.. _notifier: .. _notifier:

View File

@ -31,7 +31,7 @@ model object as with a common object.
Inner architecture Inner architecture
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~
Each layer defines its own operations implementation through a Each layer defines its own operations' implementation through a
special ``proxy`` class. At first, operations are performed on the special ``proxy`` class. At first, operations are performed on the
upper layer, then they successively pass the control to the underlying upper layer, then they successively pass the control to the underlying
layers. layers.

View File

@ -2926,7 +2926,7 @@ P
project project
Projects represent the base unit of “ownership” in OpenStack, Projects represent the base unit of "ownership" in OpenStack,
in that all resources in OpenStack should be owned by a specific project. in that all resources in OpenStack should be owned by a specific project.
In OpenStack Identity, a project must be owned by a specific domain. In OpenStack Identity, a project must be owned by a specific domain.

View File

@ -40,7 +40,7 @@ Images in Glance can be in one of the following statuses:
Denotes that an import data-put call has been made. While in this status, a Denotes that an import data-put call has been made. While in this status, a
call to `PUT /file` is disallowed. (Note that a call to `PUT /file` on a call to `PUT /file` is disallowed. (Note that a call to `PUT /file` on a
queued image puts the image into saving status. Calls to `PUT /stage` are queued image puts the image into saving status. Calls to `PUT /stage` are
disallowed while an image is in saving status. Thus its not possible to disallowed while an image is in saving status. Thus it's not possible to
use both upload methods on the same image.) use both upload methods on the same image.)
* ``importing`` * ``importing``