openstack-manuals/doc/config-reference/table_default-ports-primary-services.xml
Ekaterina Chernova ccbe294c8d Add information which port is used by murano
It's important to provide port information to
inform users and avoid collisions.

Change-Id: I198e613d0e9c7afc3f067580b8d7c7e2b12767d7
Partial-bug: #1505785
2015-10-14 15:23:14 +00:00

124 lines
4.1 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>
<tr>
<td>Application Catalog (<literal>murano</literal>)</td>
<td>8082</td>
</tr>
</tbody>
</table>
</para>