openstack-manuals/doc/config-reference/app_firewalls-ports.xml
Don Domingo 3b0b6dadd0 Added XML files for default ports sect and tables
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
2014-02-11 09:58:37 +10:00

24 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<appendix xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
xml:id="firewalls-default-ports">
<title>Firewalls and default ports</title>
<para>On some deployments, such as ones where restrictive
firewalls are in place, you might need to manually configure a
firewall to permit OpenStack service traffic.</para>
<para>To manually configure a firewall, you must permit traffic
through the ports that each OpenStack service uses. This table
lists the default ports that each OpenStack service
uses:</para>
<xi:include href="table_default-ports-primary-services.xml"/>
<para>To function properly, some OpenStack components depend on
other, non-OpenStack services. For example, the OpenStack
dashboard uses HTTP for non-secure communication. In this
case, you must configure the firewall to allow traffic to and
from HTTP.</para>
<para>This table lists the ports that other OpenStack components
use:</para>
<xi:include href="table_default-ports-peripheral-services.xml"/>
</appendix>