aodh/releasenotes/notes/fix-ssl-request-8107616b6a85a217.yaml
Igor Degtiarov 788403b0f1 Add ca_bundle path in ssl request
Add possibility to configure CA_BUNDLE path for 'verify' parameter
in ssl request

Change-Id: I5f0076a43983cca20cd9a723de44180712da90a1
Closes-bug:#1582131
2016-06-02 16:29:50 +03:00

14 lines
506 B
YAML

---
fixes:
- >
[`bug 1582131 <https://bugs.launchpad.net/aodh/+bug/1582131>`_]
Fix an issue with adding CA_BUNDLE certificate parth as value of "verify"
parameter in SSL requests.
features:
- >
A new option “rest_notifier_ca_bundle_certificate_path” has been added
in the configuration file, set None as default value. If this option is
present and SSL is used for alarm action the certificate path provided
will be used as value of verify parameter in action request.