puppet-watcher/releasenotes/notes/deprecate-zmq-87517d8c3abef0dd.yaml
Tobias Urdin 09fb963e4a Deprecate ZeroMQ
ZeroMQ is removed from puppet-oslo [1] and from
oslo.messaging so we deprecate the related params
in this module.

[1] https://review.openstack.org/#/c/621557/
[2] https://review.openstack.org/#/c/596882/

Change-Id: I0240b4694cc16f0b31cafb73ddf0874284668cf5
2018-12-03 14:03:55 +01:00

21 lines
577 B
YAML

---
deprecations:
- |
The following ZeroMQ related parameters has been deprecated in ::watcher,
has no effect and will be removed in the next release:
- ``rpc_cast_timeout``
- ``rpc_poll_timeout``
- ``rpc_zmq_bind_address``
- ``rpc_zmq_port_retries``
- ``rpc_zmq_concurrency``
- ``rpc_zmq_contexts``
- ``rpc_zmq_host``
- ``rpc_zmq_ipc_dir``
- ``rpc_zmq_matchmaker``
- ``rpc_zmq_max_port``
- ``rpc_zmq_min_port``
- ``rpc_zmq_topic_backlog``
- ``use_pub_sub``
- ``zmq_target_expire``