Skip to content

Commit 62e921e

Browse files
author
Erno Kuvaja
committed
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 652780d)
1 parent b543777 commit 62e921e

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

doc/source/configuration/configuring.rst

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -183,28 +183,6 @@ the API servers, respectively.
183183

184184
Optional. Default: ``64`` (Limited by max_header_line default: 16384)
185185

186-
Configuring SSL Support
187-
~~~~~~~~~~~~~~~~~~~~~~~
188-
189-
``cert_file=PATH``
190-
Path to the certificate file the server should use when binding to an
191-
SSL-wrapped socket.
192-
193-
Optional. Default: not enabled.
194-
195-
``key_file=PATH``
196-
Path to the private key file the server should use when binding to an
197-
SSL-wrapped socket.
198-
199-
Optional. Default: not enabled.
200-
201-
``ca_file=PATH``
202-
Path to the CA certificate file the server should use to validate client
203-
certificates provided during an SSL handshake. This is ignored if
204-
``cert_file`` and ''key_file`` are not set.
205-
206-
Optional. Default: not enabled.
207-
208186
Configuring Logging in Glance
209187
-----------------------------
210188

0 commit comments

Comments
 (0)