summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErno Kuvaja <jokke@usr.fi>2021-07-29 13:02:20 +0100
committerErno Kuvaja <jokke@usr.fi>2021-08-05 16:02:32 +0100
commit62e921ecd9ba2cd33404347ddffcacd345a5ca74 (patch)
tree8fc2a5b2c79abcd96a6ed378a3abfbe3d4153fe5
parentb5437773b20db3d6ef20d449a8a43171c8fc7f69 (diff)
downloadglance-62e921ecd9ba2cd33404347ddffcacd345a5ca74.tar.gz
Remove SSL configuration section from docs
Since supporting only PY3 (Ussuri) Glance has not been supporting termination of encrypted connection to the service [0]. The section was left behind on the configuring doc. [0] https://docs.openstack.org/releasenotes/glance/ussuri.html#security-issues Change-Id: I9356bceb914327f526da7b727fa58522ae18856e Closes-Bug: #1930597 (cherry picked from commit 652780d0299d5734cbc6d21eea74c4fd11797cd1)
-rw-r--r--doc/source/configuration/configuring.rst22
1 files changed, 0 insertions, 22 deletions
diff --git a/doc/source/configuration/configuring.rst b/doc/source/configuration/configuring.rst
index 32f31c0e4..e1453f1c8 100644
--- a/doc/source/configuration/configuring.rst
+++ b/doc/source/configuration/configuring.rst
@@ -183,28 +183,6 @@ the API servers, respectively.
Optional. Default: ``64`` (Limited by max_header_line default: 16384)
-Configuring SSL Support
-~~~~~~~~~~~~~~~~~~~~~~~
-
-``cert_file=PATH``
- Path to the certificate file the server should use when binding to an
- SSL-wrapped socket.
-
- Optional. Default: not enabled.
-
-``key_file=PATH``
- Path to the private key file the server should use when binding to an
- SSL-wrapped socket.
-
- Optional. Default: not enabled.
-
-``ca_file=PATH``
- Path to the CA certificate file the server should use to validate client
- certificates provided during an SSL handshake. This is ignored if
- ``cert_file`` and ''key_file`` are not set.
-
- Optional. Default: not enabled.
-
Configuring Logging in Glance
-----------------------------