Default insecure to false in sample config
In PR [1] the default for insecure was set to False. This commit updates the sample configuration file to match that default. [1] https://review.openstack.org/#/c/474366/ Change-Id: I5257be8cfb9483ac7dd02b893e4a22a2ee46bbf7
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
# Allow insecure TLS (https) requests.
|
||||
# If your SSL certificate is not valid set this option to true,
|
||||
# else omit it or set it false.
|
||||
insecure = true
|
||||
insecure = false
|
||||
|
||||
auth_url = https://127.0.0.1:5000/v3
|
||||
|
||||
|
Reference in New Issue
Block a user