Comment 5 for bug 1535895

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to trove (master)

Reviewed: https://review.openstack.org/410348
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=e155ba93b5249770890a34f021a93eef83a73d4c
Submitter: Zuul
Branch: master

commit e155ba93b5249770890a34f021a93eef83a73d4c
Author: Thomas Bechtold <email address hidden>
Date: Tue Dec 13 19:05:24 2016 +0100

    Support insecure SSL when talking to services

    The certificates may not be known to Trove when doing requests
    to the different services so support insecure requests. This
    can be configured via the new config options

    - nova_api_insecure
    - cinder_api_insecure
    - neutron_api_insecure
    - swift_api_insecure

    All new config parameters default to 'False' so nothing changes
    if not explicitly configured.

    This is useful if the services use SSL adn Trove wants to talk to theses
    services without configuring the different certs.

    Change-Id: Ib59abd1500baad132e5c9f53895fd1eca18ac4d7
    Closes-Bug: #1535895