Add appropriate order list styles

For list items in RST documents, forcefully apply the style.
Also, change the sample contents.

Change-Id: I5fe3a77498e873cbbdb396373844f9374688e84a
This commit is contained in:
KATO Tomoyuki 2016-03-08 21:26:10 +09:00
parent 681b186bed
commit c2b37756c3
3 changed files with 42 additions and 37 deletions

View File

@ -41,7 +41,9 @@ 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 &
@ -56,11 +58,13 @@ group rules to a project, if your cloud requires them.
+--------------------------------------+--------------------------------------+
| Rule | Remote |
| | |
+--------------------------------------+--------------------------------------+
| ``SSH`` | ``CIDR`` |
+--------------------------------------+--------------------------------------+
.. note:: To accept requests from a particular range of IP addresses, specify
.. note::
To accept requests from a particular range of IP addresses, specify
the IP address block in the CIDR box.
#. Click :guilabel:`Add`.
@ -74,7 +78,7 @@ group rules to a project, if your cloud requires them.
+--------------------------------------+--------------------------------------+
| Rule | Direction |
| | |
+--------------------------------------+--------------------------------------+
| ``All ICMP`` | ``Ingress`` |
+--------------------------------------+--------------------------------------+
@ -128,7 +132,9 @@ Import a key pair
$ chmod 0600 yourPrivateKey.pem
.. note:: If you are using the dashboard from a Windows computer, use 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>`__.
@ -175,19 +181,20 @@ and the association of that address with a specific instance.
#. In the Manage Floating IP Associations dialog box, choose the
following options:
- The IP Address field is filled automatically, but you can add a
#. The IP Address field is filled automatically, but you can add a
new IP address by clicking the + button.
- In the Ports to be associated field, select a port from the list.
#. In the Ports to be associated field, select a port from the list.
The list shows all the instances with their fixed IP addresses.
#. Click Associate.
.. note:: To disassociate an IP address from an instance, click the
.. note::
To disassociate an IP address from an instance, click the
:guilabel:`Disassociate` button.
To release the floating IP address back into the pool of addresses,
click the :guilabel:`More` button and select the :guilabel:`Release
Floating IP` option.

View File

@ -19,7 +19,7 @@ server role.
#. Open a web browser that has JavaScript and cookies enabled.
.. note::
.. note::
To use the Virtual Network Computing (VNC) client for the dashboard,
your browser must support HTML5 Canvas and HTML5 WebSockets. The VNC
@ -35,7 +35,7 @@ server role.
https://ipAddressOrHostName/
.. note::
.. note::
If a certificate warning appears when you try to access the URL for
the first time, a self-signed certificate is in use, which is not
@ -72,15 +72,13 @@ from the CURRENT PROJECT list at the top of the tab.
**Figure: Project tab**
.. image:: figures/dashboard-project-tab.png
.. image:: figures/dashboard-project-tab.png
-----------
Project tab
-----------
From the :guilabel:`Project` tab, you can access the following tabs:
-----------------------
:guilabel:`Compute` tab
-----------------------
@ -112,7 +110,6 @@ reboot instances, or connect to them through VNC.
* :guilabel:`API Access`: View API endpoints.
-----------------------
:guilabel:`Network` tab
-----------------------
@ -122,13 +119,11 @@ reboot instances, or connect to them through VNC.
:guilabel:`Routers`: Create and manage subnets.
----------------------------
:guilabel:`Object Store` tab
----------------------------
:guilabel:`Containers`: Create and manage containers and objects.
-----------------------------
:guilabel:`Orchestration` tab
-----------------------------
@ -146,15 +141,13 @@ quotas.
**Figure: Admin tab**
.. image:: figures/dashboard_admin_project_tab.png
.. image:: figures/dashboard_admin_project_tab.png
---------
Admin tab
---------
Access the following categories to complete these tasks:
----------------------------
:guilabel:`System Panel` tab
----------------------------
@ -200,7 +193,6 @@ information:
OpenStack Compute and define the maximum allowable size and number of
resources.
------------------------------
:guilabel:`Identity Panel` tab
------------------------------

View File

@ -29,6 +29,12 @@ a, a:visited {
a:hover {
text-decoration: underline; }
ol.arabic ol {
list-style-type: lower-alpha; }
ol.arabic ol ol {
list-style-type: upper-alpha; }
/* @group Navigation */
#navigation {
display: block;