Fix the note syntax error in user guide
Now the user guide have some note syntax error and composition error This patch fix it Change-Id: Iaa8f9a8a6d272a33bd1bbc84040a7749c51c5fab
This commit is contained in:
@@ -16,7 +16,7 @@ Bulk delete request
|
||||
To perform a bulk delete operation, add the ``bulk-delete`` query
|
||||
parameter to the path of a ``POST`` or ``DELETE`` operation.
|
||||
|
||||
.. note:
|
||||
.. note::
|
||||
|
||||
The ``DELETE`` operation is supported for backwards compatibility.
|
||||
|
||||
|
@@ -41,7 +41,7 @@ This example shows a truncated response body:
|
||||
This output shows that the Object Storage system has enabled the static
|
||||
website and temporary URL features.
|
||||
|
||||
.. note:
|
||||
.. note::
|
||||
|
||||
In some cases, the ``/info`` request will return an error. This could be
|
||||
because your service provider has disabled the ``/info`` request
|
||||
|
@@ -41,7 +41,7 @@ object. The large object is comprised of two types of objects:
|
||||
``PREFIX`` is a string that all segment objects have in common.
|
||||
See :ref:`dynamic_large_objects`.
|
||||
|
||||
.. note:
|
||||
.. note::
|
||||
|
||||
If you make a ``COPY`` request by using a manifest object as the source,
|
||||
the new object is a normal, and not a segment, object. If the total size
|
||||
|
@@ -41,7 +41,7 @@ access to the instances.
|
||||
This procedure can be adjusted as necessary to add additional security
|
||||
group rules to a project, if your cloud requires them.
|
||||
|
||||
.. note: When adding a rule, you must specify the protocol used with the
|
||||
.. note:: When adding a rule, you must specify the protocol used with the
|
||||
destination port or source port.
|
||||
|
||||
#. Log in to the dashboard, choose a project, and click :guilabel:`Access &
|
||||
@@ -54,14 +54,14 @@ group rules to a project, if your cloud requires them.
|
||||
|
||||
#. In the :guilabel:`Add Rule` dialog box, enter the following values:
|
||||
|
||||
+--------------------------------------+--------------------------------------+
|
||||
| Rule | Remote |
|
||||
| | |
|
||||
| ``SSH`` | ``CIDR`` |
|
||||
+--------------------------------------+--------------------------------------+
|
||||
+------------------------------------+------------------------------------+
|
||||
| Rule | Remote |
|
||||
| | |
|
||||
| ``SSH`` | ``CIDR`` |
|
||||
+------------------------------------+------------------------------------+
|
||||
|
||||
.. note:: To accept requests from a particular range of IP addresses, specify
|
||||
the IP address block in the :guilabel:`CIDR` box.
|
||||
.. note:: To accept requests from a particular range of IP addresses, specify
|
||||
the IP address block in the :guilabel:`CIDR` box.
|
||||
|
||||
#. Click :guilabel:`Add`.
|
||||
|
||||
@@ -72,11 +72,11 @@ group rules to a project, if your cloud requires them.
|
||||
|
||||
#. In the :guilabel:`Add Rule` dialog box, enter the following values:
|
||||
|
||||
+--------------------------------------+--------------------------------------+
|
||||
| Rule | Direction |
|
||||
| | |
|
||||
| ``All ICMP`` | ``Ingress`` |
|
||||
+--------------------------------------+--------------------------------------+
|
||||
+------------------------------------+------------------------------------+
|
||||
| Rule | Direction |
|
||||
| | |
|
||||
| ``All ICMP`` | ``Ingress`` |
|
||||
+------------------------------------+------------------------------------+
|
||||
|
||||
#. Click :guilabel:`Add`.
|
||||
|
||||
@@ -128,10 +128,10 @@ Import a key pair
|
||||
|
||||
$ chmod 0600 yourPrivateKey.pem
|
||||
|
||||
.. note:: If you are using the dashboard from a Windows computer, use PuTTYgen
|
||||
to load the ``*.pem`` file and convert and save it as ``*.ppk``. For
|
||||
more information see the `WinSCP web page for
|
||||
PuTTYgen <http://winscp.net/eng/docs/ui_puttygen>`__.
|
||||
.. note:: If you are using the dashboard from a Windows computer, use PuTTYgen
|
||||
to load the ``*.pem`` file and convert and save it as ``*.ppk``. For
|
||||
more information see the `WinSCP web page for
|
||||
PuTTYgen <http://winscp.net/eng/docs/ui_puttygen>`__.
|
||||
|
||||
#. To make the key pair known to SSH, run the **ssh-add** command.
|
||||
|
||||
|
@@ -25,7 +25,7 @@ Create a container
|
||||
|
||||
You have successfully created a container.
|
||||
|
||||
.. note: To delete a container, click the :guilabel:`More` button and select
|
||||
.. note:: To delete a container, click the :guilabel:`More` button and select
|
||||
:guilabel:`Delete Container`.
|
||||
|
||||
Upload an object
|
||||
@@ -50,7 +50,7 @@ Upload an object
|
||||
|
||||
You have successfully uploaded an object to the container.
|
||||
|
||||
.. note: To delete an object, click the :guilabel:`More button` and select
|
||||
.. note:: To delete an object, click the :guilabel:`More button` and select
|
||||
:guilabel:`Delete Object`.
|
||||
|
||||
Manage an object
|
||||
@@ -70,7 +70,7 @@ Manage an object
|
||||
|
||||
#. Click :guilabel:`Update Object`.
|
||||
|
||||
.. note: To delete an object, click the :guilabel:`More` button and select
|
||||
.. note:: To delete an object, click the :guilabel:`More` button and select
|
||||
:guilabel:`Delete Object`.
|
||||
|
||||
**To copy an object from one container to another**
|
||||
|
@@ -67,7 +67,7 @@ You can attach a volume to one instance at a time.
|
||||
#. Enter the name of the device from which the volume is accessible by
|
||||
the instance.
|
||||
|
||||
.. note: The actual device name might differ from the volume name because
|
||||
.. note:: The actual device name might differ from the volume name because
|
||||
of hypervisor settings.
|
||||
|
||||
#. Click :guilabel:`Attach Volume`.
|
||||
@@ -126,7 +126,7 @@ Edit a volume
|
||||
|
||||
#. Click :guilabel:`Edit Volume`.
|
||||
|
||||
.. note: You can extend a volume by using the :guilabel:`Extend Volume`
|
||||
.. note:: You can extend a volume by using the :guilabel:`Extend Volume`
|
||||
option available in the :guilabel:`More` dropdown list and entering the
|
||||
new value for volume size.
|
||||
|
||||
|
Reference in New Issue
Block a user