Merge "Fix Chinese quotes"

This commit is contained in:
Zuul 2018-11-28 13:43:56 +00:00 committed by Gerrit Code Review
commit c5414620c5
4 changed files with 7 additions and 7 deletions

View File

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

View File

@ -203,7 +203,7 @@ Node configuration
^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^
* Each node is configured for ``ilo`` hardware type by setting the following * 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_address``: IP address or hostname of the iLO.
- ``ilo_username``: Username for the iLO with administrator privileges. - ``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 port on the ironic conductor node may be used. This is required only when
``ilo-console`` interface is used. ``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: ``driver_info`` if ``ilo-virtual-media`` boot interface is used:
- ``ilo_deploy_iso``: The glance UUID of the deploy ramdisk ISO image. - ``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 - ``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``. 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: ``driver_info`` if ``ilo-pxe`` boot interface is used:
- ``deploy_kernel``: The glance UUID or a HTTP(S) URL of the deployment kernel. - ``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 * 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 - ``driver_info/irmc_address`` property to be ``IP address`` or
``hostname`` of the iRMC. ``hostname`` of the iRMC.
@ -172,7 +172,7 @@ Node configuration
Optional. Optional.
* Each node can be further configured by setting the following ironic * 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``: ``[irmc]`` section of ``/etc/ironic/ironic.conf``:
- ``driver_info/irmc_port`` property overrides ``port``. - ``driver_info/irmc_port`` property overrides ``port``.

View File

@ -93,7 +93,7 @@ Feature Submission Process
<https://storyboard.openstack.org/#!/project/943>`_. <https://storyboard.openstack.org/#!/project/943>`_.
There are two fields that must be filled: 'Title' and There are two fields that must be filled: 'Title' and
'Description'. 'Tasks' can be added and are associated with a project. '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 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 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. a sign that your feature may require a specification document.