3b0b6dadd0
This patch adds XML files for: - brief overview of firewall configuration - table listing ports used by main openstack components - table listing ports used by other services required by OpenStack The resulting section will be added as an appendix to the Config Ref Guide. Change-Id: Ib7edf8f827cd0c31c51a9cbdaff475384960c7ee Related-Bug: #1261617
62 lines
2.0 KiB
XML
62 lines
2.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- This table was not automatically generated in any way.
|
|
You can edit it as needed. -->
|
|
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<table rules="all">
|
|
<caption>Default ports that secondary services related to
|
|
OpenStack components use</caption>
|
|
<col width="25%"/>
|
|
<col width="25%"/>
|
|
<col width="50%"/>
|
|
<thead>
|
|
<tr>
|
|
<th>Service</th>
|
|
<th>Default port</th>
|
|
<th>Used by</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>HTTP</td>
|
|
<td>80</td>
|
|
<td>OpenStack dashboard (<literal>Horizon</literal>)
|
|
when it is not configured to use secure
|
|
access.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>HTTP alternate</td>
|
|
<td>8080</td>
|
|
<td>OpenStack Object Storage
|
|
(<literal>swift</literal>) service.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>HTTPS</td>
|
|
<td>443</td>
|
|
<td>Any OpenStack service that is enabled for SSL,
|
|
especially secure-access dashboard.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>rsync</td>
|
|
<td>873</td>
|
|
<td>OpenStack Object Storage. Required.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>iSCSI target</td>
|
|
<td>3260</td>
|
|
<td>OpenStack Block Storage. Required.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>MySQL database service</td>
|
|
<td>3306</td>
|
|
<td>Most OpenStack components.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Message Broker (AMQP traffic)</td>
|
|
<td>5672</td>
|
|
<td>OpenStack Block Storage, Networking,
|
|
Orchestration, and Compute.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</para>
|