Fix Chinese quotes

Change-Id: I678a7aff4685b8d807570a6bc69bebfaa2960c4e
This commit is contained in:
zhangdebo 2018-11-28 19:18:28 +08:00
parent f526c03ab3
commit 2344bb5ea5
4 changed files with 7 additions and 7 deletions

View File

@ -1204,7 +1204,7 @@ req_raid_interface:
type: string
req_rescue_interface:
description: |
The interface used for node rescue, e.g. “no-rescue”.
The interface used for node rescue, e.g. "no-rescue".
in: body
required: false
type: string

View File

@ -203,7 +203,7 @@ Node configuration
^^^^^^^^^^^^^^^^^^
* Each node is configured for ``ilo`` hardware type by setting the following
ironic node objects properties in ``driver_info``:
ironic node object's properties in ``driver_info``:
- ``ilo_address``: IP address or hostname of the iLO.
- ``ilo_username``: Username for the iLO with administrator privileges.
@ -217,7 +217,7 @@ Node configuration
port on the ironic conductor node may be used. This is required only when
``ilo-console`` interface is used.
* The following properties are also required in node objects
* The following properties are also required in node object's
``driver_info`` if ``ilo-virtual-media`` boot interface is used:
- ``ilo_deploy_iso``: The glance UUID of the deploy ramdisk ISO image.
@ -233,7 +233,7 @@ Node configuration
- ``ilo_rescue_iso``: The glance UUID of the rescue ISO image. This is optional
property and is used when ``rescue`` interface is set to ``agent``.
* The following properties are also required in node objects
* The following properties are also required in node object's
``driver_info`` if ``ilo-pxe`` boot interface is used:
- ``deploy_kernel``: The glance UUID or a HTTP(S) URL of the deployment kernel.

View File

@ -112,7 +112,7 @@ Node configuration
^^^^^^^^^^^^^^^^^^
* Each node is configured for ``irmc`` hardware type by setting the following
ironic node objects properties:
ironic node object's properties:
- ``driver_info/irmc_address`` property to be ``IP address`` or
``hostname`` of the iRMC.
@ -172,7 +172,7 @@ Node configuration
Optional.
* Each node can be further configured by setting the following ironic
node objects properties which override the parameter values in
node object's properties which override the parameter values in
``[irmc]`` section of ``/etc/ironic/ironic.conf``:
- ``driver_info/irmc_port`` property overrides ``port``.

View File

@ -93,7 +93,7 @@ Feature Submission Process
<https://storyboard.openstack.org/#!/project/943>`_.
There are two fields that must be filled: 'Title' and
'Description'. 'Tasks' can be added and are associated with a project.
If you cant describe it in a sentence or two, it may mean that you are
If you can't describe it in a sentence or two, it may mean that you are
either trying to capture more than one RFE at once, or that you are having
a hard time defining what you are trying to solve at all. This may also be
a sign that your feature may require a specification document.