From 35d86e92b4c67355206481b8d0e2e396d7c83315 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Sat, 28 Jan 2017 21:37:32 +0900 Subject: [PATCH] [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 --- .../source/firewalls-default-ports.rst | 0 doc/admin-guide/source/index.rst | 1 + doc/config-reference/source/index.rst | 1 - doc/ha-guide/source/shared-database-configure.rst | 6 +++--- doc/networking-guide/source/intro-basic-networking.rst | 9 ++++----- 5 files changed, 8 insertions(+), 9 deletions(-) rename doc/{config-reference => admin-guide}/source/firewalls-default-ports.rst (100%) diff --git a/doc/config-reference/source/firewalls-default-ports.rst b/doc/admin-guide/source/firewalls-default-ports.rst similarity index 100% rename from doc/config-reference/source/firewalls-default-ports.rst rename to doc/admin-guide/source/firewalls-default-ports.rst diff --git a/doc/admin-guide/source/index.rst b/doc/admin-guide/source/index.rst index d9a6c54a9a..07e15cbc73 100644 --- a/doc/admin-guide/source/index.rst +++ b/doc/admin-guide/source/index.rst @@ -38,6 +38,7 @@ Appendix .. toctree:: :maxdepth: 1 + firewalls-default-ports.rst common/app-support.rst Glossary diff --git a/doc/config-reference/source/index.rst b/doc/config-reference/source/index.rst index 44c64ff31a..028ca8e7db 100644 --- a/doc/config-reference/source/index.rst +++ b/doc/config-reference/source/index.rst @@ -43,7 +43,6 @@ Appendix :maxdepth: 1 policy-json-file.rst - firewalls-default-ports.rst common/app-support.rst Glossary diff --git a/doc/ha-guide/source/shared-database-configure.rst b/doc/ha-guide/source/shared-database-configure.rst index a654d3e489..6578262488 100644 --- a/doc/ha-guide/source/shared-database-configure.rst +++ b/doc/ha-guide/source/shared-database-configure.rst @@ -28,9 +28,9 @@ Galera Cluster requires that you open the following ports to network traffic: .. seealso:: - For more information on firewalls, see `Firewalls and default ports - `_ - in the Configuration Reference. + For more information on firewalls, see `firewalls and default ports + `_ + in OpenStack Administrator Guide. This can be achieved using the :command:`iptables` command: diff --git a/doc/networking-guide/source/intro-basic-networking.rst b/doc/networking-guide/source/intro-basic-networking.rst index aa16ce6dff..9cbbbc205a 100644 --- a/doc/networking-guide/source/intro-basic-networking.rst +++ b/doc/networking-guide/source/intro-basic-networking.rst @@ -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 protocols that employ ports. Registering a TCP port number is not required, but registering a port number is helpful to avoid collisions with other -services. See `Appendix B. Firewalls and default ports -`_ -of the `OpenStack Configuration Reference `_ -for the default TCP ports used by various services involved in an OpenStack -deployment. +services. See `firewalls and default ports +`_ +in OpenStack Administrator Guide for the default TCP ports used by +various services involved in an OpenStack deployment. The most common application programming interface (API) for writing TCP-based