Make example of OPENSTACK_SSL_NO_VERIFY consistent with its default

The OPENSTACK_SSL_NO_VERIFY option defaults to False. This ensures
we describe its default value in parameter description so that users
can more easily understand the effective value without explicit
definition.

Change-Id: Ifefb3f90970d13a92f79b64e1f453fb7dc3e5d8d
This commit is contained in:
Takashi Kajinami 2023-08-23 10:55:01 +09:00
parent 04fbdf4759
commit 9ad8124eb3
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ WEBSSO_DEFAULT_REDIRECT_LOGOUT = "<%= @websso_default_redirect_logout %>"
<% end -%>
# Disable SSL certificate checks (useful for self-signed certificates):
#OPENSTACK_SSL_NO_VERIFY = True
#OPENSTACK_SSL_NO_VERIFY = False
<% if @ssl_no_verify -%>
OPENSTACK_SSL_NO_VERIFY = True
<% end -%>