6a10e75a55
Include keystone configuration options in the Identity section. There is room for lots of improvements, but this first step will at least make the info available. Replace "Identity Service" with "Identity service" in the config-ref. Closes-Bug: #1277330 Change-Id: I2dfac169c89bdbecd67322923a6a84f2155c4150
113 lines
3.7 KiB
XML
113 lines
3.7 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>
|
|
</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>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>
|