openstack-manuals/doc/config-reference/table_default-ports-primary-services.xml
Gauvain Pocentek 2ce6a14a52 [config-ref] fix a broken table
Change-Id: I5bf4da8942bdce45c64a4723d7ff2835442ba951
2015-06-14 15:19:58 +02:00

120 lines
4.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 OpenStack components use</caption>
<col width="50%"/>
<col width="25%"/>
<col width="25%"/>
<thead>
<tr>
<th>OpenStack service</th>
<th>Default ports</th>
<th>Port type</th>
</tr>
</thead>
<tbody>
<tr>
<td>Block Storage (<literal>cinder</literal>)</td>
<td>8776</td>
<td>publicurl and adminurl</td>
</tr>
<tr>
<td>Compute (<literal>nova</literal>) endpoints</td>
<td>8774</td>
<td>publicurl and adminurl</td>
</tr>
<tr>
<td>Compute API (<literal>nova-api</literal>)</td>
<td>8773, 8775</td>
<td/>
</tr>
<tr>
<td>Compute ports for access to virtual machine
consoles</td>
<td>5900-5999</td>
<td/>
</tr>
<tr>
<td>Compute VNC proxy for browsers (
<systemitem>openstack-nova-novncproxy</systemitem>)</td>
<td>6080</td>
<td/>
</tr>
<tr>
<td>Compute VNC proxy for traditional VNC clients
(<systemitem>openstack-nova-xvpvncproxy</systemitem>)</td>
<td>6081</td>
<td/>
</tr>
<tr>
<td>Proxy port for HTML5 console used by Compute
service</td>
<td>6082</td>
<td/>
</tr>
<tr>
<td>Data processing service (<literal>sahara</literal>)
endpoint</td>
<td>8386</td>
<td>publicurl and adminurl</td>
</tr>
<tr>
<td>Identity service (<literal>keystone</literal>)
administrative endpoint</td>
<td>35357</td>
<td>adminurl</td>
</tr>
<tr>
<td>Identity service public endpoint</td>
<td>5000</td>
<td>publicurl</td>
</tr>
<tr>
<td>Image service (<literal>glance</literal>) API</td>
<td>9292</td>
<td>publicurl and adminurl</td>
</tr>
<tr>
<td>Image service registry</td>
<td>9191</td>
<td/>
</tr>
<tr>
<td>Networking (<literal>neutron</literal>)</td>
<td>9696</td>
<td>publicurl and adminurl</td>
</tr>
<tr>
<td>Object Storage (<literal>swift</literal>)</td>
<td>6000, 6001, 6002</td>
<td/>
</tr>
<tr>
<td>Orchestration (<literal>heat</literal>)
endpoint</td>
<td>8004</td>
<td>publicurl and adminurl</td>
</tr>
<tr>
<td>Orchestration AWS CloudFormation-compatible API
(<literal>openstack-heat-api-cfn</literal>)</td>
<td>8000</td>
<td/>
</tr>
<tr>
<td>Orchestration AWS CloudWatch-compatible API
(<literal>openstack-heat-api-cloudwatch</literal>)</td>
<td>8003</td>
<td/>
</tr>
<tr>
<td>Telemetry (<literal>ceilometer</literal>)</td>
<td>8777</td>
<td>publicurl and adminurl</td>
</tr>
</tbody>
</table>
</para>