File: add-ssl-support-for-kafka.yaml

package info (click to toggle)
python-oslo.messaging 16.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,584 kB
  • sloc: python: 12,035; sh: 62; makefile: 24
file content (9 lines) | stat: -rw-r--r-- 243 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
---
features:
  - |
    | SSL support for oslo_messaging's kafka driver
    | Next configuration params was added

    * *ssl_client_cert_file* (default='')
    * *ssl_client_key_file* (default='')
    * *ssl_client_key_password* (default='')