Comment 21 for bug 1663757

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to magnum (stable/pike)

Reviewed: https://review.openstack.org/529166
Committed: https://git.openstack.org/cgit/openstack/magnum/commit/?id=1f4a13e9e88aa2844431db7147c7df939994c271
Submitter: Zuul
Branch: stable/pike

commit 1f4a13e9e88aa2844431db7147c7df939994c271
Author: Kirsten G <email address hidden>
Date: Wed Oct 25 01:27:40 2017 -0700

    Add verify_ca configuration parameter

    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 <email address hidden>

    Change-Id: Iab02cb1338b811dac0c147378dbd0e63c83f0413
    Partial-Bug: #1663757