File: rabbitmq-opts-cleanup-e0f97d4cc0855c5a.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 (25 lines) | stat: -rw-r--r-- 723 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
upgrade:
  - |
    The deprecated ``[oslo_messaging_rabbit] rabbit_use_ssl`` option has been
    removed. Use the ``ssl`` option instead.

  - |
    The following deprecated options in ``[oslo_messaging_rabbit]`` section
    have been removed. Use the ones without ``kombu_`` prefix.

    - ``kombu_ssl_version``
    - ``kombu_ssl_keyfile``
    - ``kombu_ssl_certfile``
    - ``kombu_ssl_ca_certs``

  - |
    The following options are no longer loaded from the ``[DEFAULT]`` section.
    Use the ``[oslo_messaging_rabbit]`` section instead.

    - ``amqp_auto_delete``
    - ``kombu_reconnect_delay``
    - ``rabbit_login_method``
    - ``rabbit_retry_backoff``
    - ``rabbit_ha_queues``
    - ``rpc_conn_pool_size``