b07b6f34d5
Added configuration parameter, verify_ca, to magnum.conf with default value of True. This parameter is passed to the heat templates to indicate whether the cluster nodes validate the Certificate Authority when making requests to the OpenStack APIs (Keystone, Magnum, Heat). This configuration parameter can be set to False to disable CA validation. Co-Authored-By: Vijendar Komalla <vijendar.komalla@rackspace.com> Change-Id: Iab02cb1338b811dac0c147378dbd0e63c83f0413 Partial-Bug: #1663757
13 lines
617 B
YAML
13 lines
617 B
YAML
---
|
|
fixes:
|
|
- |
|
|
[`bug 1663757 <https://bugs.launchpad.net/magnum/+bug/1663757>`_]
|
|
A configuration parameter, verify_ca, was added to magnum.conf
|
|
with a default value of True and passed to the heat templates to indicate
|
|
whether the cluster nodes validate the Certificate Authority when making
|
|
requests to the OpenStack APIs (Keystone, Magnum, Heat). This parameter
|
|
can be set to False to disable CA validation if you have self-signed
|
|
certificates for the OpenStack APIs or you have your own Certificate
|
|
Authority and you have not installed the Certificate Authority to all
|
|
nodes.
|