[admin-guide] move default ports from config ref

Firewalls and default ports configuration is an administrative
tasks, and not OpenStack configuration options.
Also, we usually don't change the ports.

Change-Id: I0b5f488e8dfb89ce3bac52988e36768e765a01e3
This commit is contained in:
KATO Tomoyuki 2017-01-28 21:37:32 +09:00
parent ba0bf068d4
commit 35d86e92b4
5 changed files with 8 additions and 9 deletions

View File

@ -38,6 +38,7 @@ Appendix
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
firewalls-default-ports.rst
common/app-support.rst common/app-support.rst
Glossary Glossary

View File

@ -43,7 +43,6 @@ Appendix
:maxdepth: 1 :maxdepth: 1
policy-json-file.rst policy-json-file.rst
firewalls-default-ports.rst
common/app-support.rst common/app-support.rst
Glossary Glossary

View File

@ -28,9 +28,9 @@ Galera Cluster requires that you open the following ports to network traffic:
.. seealso:: .. seealso::
For more information on firewalls, see `Firewalls and default ports For more information on firewalls, see `firewalls and default ports
<https://docs.openstack.org/newton/config-reference/firewalls-default-ports.html>`_ <https://docs.openstack.org/admin-guide/firewalls-default-ports.html>`_
in the Configuration Reference. in OpenStack Administrator Guide.
This can be achieved using the :command:`iptables` command: This can be achieved using the :command:`iptables` command:

View File

@ -411,11 +411,10 @@ IANA maintains a `registry of port numbers
for many TCP-based services, as well as services that use other layer 4 for many TCP-based services, as well as services that use other layer 4
protocols that employ ports. Registering a TCP port number is not required, but protocols that employ ports. Registering a TCP port number is not required, but
registering a port number is helpful to avoid collisions with other registering a port number is helpful to avoid collisions with other
services. See `Appendix B. Firewalls and default ports services. See `firewalls and default ports
<https://docs.openstack.org/newton/config-reference/firewalls-default-ports.html>`_ <https://docs.openstack.org/admin-guide/firewalls-default-ports.html>`_
of the `OpenStack Configuration Reference <https://docs.openstack.org/newton/config-reference/>`_ in OpenStack Administrator Guide for the default TCP ports used by
for the default TCP ports used by various services involved in an OpenStack various services involved in an OpenStack deployment.
deployment.
The most common application programming interface (API) for writing TCP-based The most common application programming interface (API) for writing TCP-based