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:
parent
681b186bed
commit
c2b37756c3
@ -41,7 +41,9 @@ access to the instances.
|
|||||||
This procedure can be adjusted as necessary to add additional security
|
This procedure can be adjusted as necessary to add additional security
|
||||||
group rules to a project, if your cloud requires them.
|
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.
|
destination port or source port.
|
||||||
|
|
||||||
#. Log in to the dashboard, choose a project, and click :guilabel:`Access &
|
#. Log in to the dashboard, choose a project, and click :guilabel:`Access &
|
||||||
@ -56,12 +58,14 @@ group rules to a project, if your cloud requires them.
|
|||||||
|
|
||||||
+--------------------------------------+--------------------------------------+
|
+--------------------------------------+--------------------------------------+
|
||||||
| Rule | Remote |
|
| Rule | Remote |
|
||||||
| | |
|
+--------------------------------------+--------------------------------------+
|
||||||
| ``SSH`` | ``CIDR`` |
|
| ``SSH`` | ``CIDR`` |
|
||||||
+--------------------------------------+--------------------------------------+
|
+--------------------------------------+--------------------------------------+
|
||||||
|
|
||||||
.. note:: To accept requests from a particular range of IP addresses, specify
|
.. note::
|
||||||
the IP address block in the CIDR box.
|
|
||||||
|
To accept requests from a particular range of IP addresses, specify
|
||||||
|
the IP address block in the CIDR box.
|
||||||
|
|
||||||
#. Click :guilabel:`Add`.
|
#. Click :guilabel:`Add`.
|
||||||
|
|
||||||
@ -74,7 +78,7 @@ group rules to a project, if your cloud requires them.
|
|||||||
|
|
||||||
+--------------------------------------+--------------------------------------+
|
+--------------------------------------+--------------------------------------+
|
||||||
| Rule | Direction |
|
| Rule | Direction |
|
||||||
| | |
|
+--------------------------------------+--------------------------------------+
|
||||||
| ``All ICMP`` | ``Ingress`` |
|
| ``All ICMP`` | ``Ingress`` |
|
||||||
+--------------------------------------+--------------------------------------+
|
+--------------------------------------+--------------------------------------+
|
||||||
|
|
||||||
@ -128,10 +132,12 @@ Import a key pair
|
|||||||
|
|
||||||
$ chmod 0600 yourPrivateKey.pem
|
$ chmod 0600 yourPrivateKey.pem
|
||||||
|
|
||||||
.. note:: If you are using the dashboard from a Windows computer, use PuTTYgen
|
.. note::
|
||||||
to load the ``*.pem`` file and convert and save it as ``*.ppk``. For
|
|
||||||
more information see the `WinSCP web page for
|
If you are using the dashboard from a Windows computer, use PuTTYgen
|
||||||
PuTTYgen <http://winscp.net/eng/docs/ui-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.
|
#. To make the key pair known to SSH, run the **ssh-add** command.
|
||||||
|
|
||||||
@ -175,19 +181,20 @@ and the association of that address with a specific instance.
|
|||||||
#. In the Manage Floating IP Associations dialog box, choose the
|
#. In the Manage Floating IP Associations dialog box, choose the
|
||||||
following options:
|
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.
|
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.
|
The list shows all the instances with their fixed IP addresses.
|
||||||
|
|
||||||
#. Click Associate.
|
#. Click Associate.
|
||||||
|
|
||||||
.. note:: To disassociate an IP address from an instance, click the
|
.. note::
|
||||||
:guilabel:`Disassociate` button.
|
|
||||||
|
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,
|
To release the floating IP address back into the pool of addresses,
|
||||||
click the :guilabel:`More` button and select the :guilabel:`Release
|
click the :guilabel:`More` button and select the :guilabel:`Release
|
||||||
Floating IP` option.
|
Floating IP` option.
|
||||||
|
|
||||||
|
@ -19,14 +19,14 @@ server role.
|
|||||||
|
|
||||||
#. Open a web browser that has JavaScript and cookies enabled.
|
#. Open a web browser that has JavaScript and cookies enabled.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
To use the Virtual Network Computing (VNC) client for the dashboard,
|
To use the Virtual Network Computing (VNC) client for the dashboard,
|
||||||
your browser must support HTML5 Canvas and HTML5 WebSockets. The VNC
|
your browser must support HTML5 Canvas and HTML5 WebSockets. The VNC
|
||||||
client is based on noVNC. For details, see `noVNC: HTML5 VNC
|
client is based on noVNC. For details, see `noVNC: HTML5 VNC
|
||||||
Client <https://github.com/kanaka/noVNC/blob/master/README.md>`__.
|
Client <https://github.com/kanaka/noVNC/blob/master/README.md>`__.
|
||||||
For a list of supported browsers, see `Browser
|
For a list of supported browsers, see `Browser
|
||||||
support <https://github.com/kanaka/noVNC/wiki/Browser-support>`__.
|
support <https://github.com/kanaka/noVNC/wiki/Browser-support>`__.
|
||||||
|
|
||||||
#. In the address bar, enter the host name or IP address for the
|
#. In the address bar, enter the host name or IP address for the
|
||||||
dashboard.
|
dashboard.
|
||||||
@ -35,12 +35,12 @@ server role.
|
|||||||
|
|
||||||
https://ipAddressOrHostName/
|
https://ipAddressOrHostName/
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
If a certificate warning appears when you try to access the URL for
|
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
|
the first time, a self-signed certificate is in use, which is not
|
||||||
considered trustworthy by default. Verify the certificate or add an
|
considered trustworthy by default. Verify the certificate or add an
|
||||||
exception in the browser to bypass the warning.
|
exception in the browser to bypass the warning.
|
||||||
|
|
||||||
#. On the Log In page, enter your user name and password, and click Sign
|
#. On the Log In page, enter your user name and password, and click Sign
|
||||||
In.
|
In.
|
||||||
@ -72,15 +72,13 @@ from the CURRENT PROJECT list at the top of the tab.
|
|||||||
|
|
||||||
**Figure: Project tab**
|
**Figure: Project tab**
|
||||||
|
|
||||||
.. image:: figures/dashboard-project-tab.png
|
.. image:: figures/dashboard-project-tab.png
|
||||||
|
|
||||||
-----------
|
|
||||||
Project tab
|
Project tab
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
From the :guilabel:`Project` tab, you can access the following tabs:
|
From the :guilabel:`Project` tab, you can access the following tabs:
|
||||||
|
|
||||||
-----------------------
|
|
||||||
:guilabel:`Compute` tab
|
:guilabel:`Compute` tab
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
@ -112,7 +110,6 @@ reboot instances, or connect to them through VNC.
|
|||||||
|
|
||||||
* :guilabel:`API Access`: View API endpoints.
|
* :guilabel:`API Access`: View API endpoints.
|
||||||
|
|
||||||
-----------------------
|
|
||||||
:guilabel:`Network` tab
|
:guilabel:`Network` tab
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
@ -122,13 +119,11 @@ reboot instances, or connect to them through VNC.
|
|||||||
|
|
||||||
:guilabel:`Routers`: Create and manage subnets.
|
:guilabel:`Routers`: Create and manage subnets.
|
||||||
|
|
||||||
----------------------------
|
|
||||||
:guilabel:`Object Store` tab
|
:guilabel:`Object Store` tab
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
:guilabel:`Containers`: Create and manage containers and objects.
|
:guilabel:`Containers`: Create and manage containers and objects.
|
||||||
|
|
||||||
-----------------------------
|
|
||||||
:guilabel:`Orchestration` tab
|
:guilabel:`Orchestration` tab
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
||||||
@ -146,15 +141,13 @@ quotas.
|
|||||||
|
|
||||||
**Figure: Admin tab**
|
**Figure: Admin tab**
|
||||||
|
|
||||||
.. image:: figures/dashboard_admin_project_tab.png
|
.. image:: figures/dashboard_admin_project_tab.png
|
||||||
|
|
||||||
---------
|
|
||||||
Admin tab
|
Admin tab
|
||||||
---------
|
---------
|
||||||
|
|
||||||
Access the following categories to complete these tasks:
|
Access the following categories to complete these tasks:
|
||||||
|
|
||||||
----------------------------
|
|
||||||
:guilabel:`System Panel` tab
|
:guilabel:`System Panel` tab
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
@ -200,7 +193,6 @@ information:
|
|||||||
OpenStack Compute and define the maximum allowable size and number of
|
OpenStack Compute and define the maximum allowable size and number of
|
||||||
resources.
|
resources.
|
||||||
|
|
||||||
------------------------------
|
|
||||||
:guilabel:`Identity Panel` tab
|
:guilabel:`Identity Panel` tab
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
||||||
|
@ -29,6 +29,12 @@ a, a:visited {
|
|||||||
a:hover {
|
a:hover {
|
||||||
text-decoration: underline; }
|
text-decoration: underline; }
|
||||||
|
|
||||||
|
ol.arabic ol {
|
||||||
|
list-style-type: lower-alpha; }
|
||||||
|
|
||||||
|
ol.arabic ol ol {
|
||||||
|
list-style-type: upper-alpha; }
|
||||||
|
|
||||||
/* @group Navigation */
|
/* @group Navigation */
|
||||||
#navigation {
|
#navigation {
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
Reference in New Issue
Block a user