diff options
author | Steve Kowalik <steven@wedontsleep.org> | 2018-09-14 11:48:28 -0600 |
---|---|---|
committer | Steve Kowalik <steven@wedontsleep.org> | 2018-09-14 11:48:28 -0600 |
commit | 58fb5b0675f0547f3931048b6faef489c3f05579 (patch) | |
tree | 02591cb16481b1b0f43022011910fdcc5a372065 | |
parent | ede61c360d8e35266ed472a37a8e5f8cde7b970d (diff) | |
download | oslo-messaging-58fb5b0675f0547f3931048b6faef489c3f05579.tar.gz |
Add release note about deprecated option removals
Since we have removed a large amount of deprecated options, add a
release note documenting which options have been removed.
Depends-On: https://review.openstack.org/580910
Change-Id: Idb45f691dab77e5bfae841ea45fa167c224c3322
-rw-r--r-- | releasenotes/notes/removal-deprecated-options-6d4c5db90525c52d.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/removal-deprecated-options-6d4c5db90525c52d.yaml b/releasenotes/notes/removal-deprecated-options-6d4c5db90525c52d.yaml new file mode 100644 index 0000000..a4fc6bf --- /dev/null +++ b/releasenotes/notes/removal-deprecated-options-6d4c5db90525c52d.yaml @@ -0,0 +1,11 @@ +--- +upgrade: + - | + Remove deprecated configuration options from multiple drivers. + + * The rpc_backend option from the [DEFAULT] section has been removed. + * The AMQP driver has removed the configuration options of allow_insecure_clients, username and password from the [oslo_messaging_amqp] section. + * The Kafa driver has removed the configuration options of kafka_default_host and kafka_default_port from the [oslo_messaging_kafka] section. + * The Rabbit driver has removed the configuration options of rabbit_host, rabbit_port, rabbit_hosts, rabbit_userid, rabbit_password, rabbit_virtual_host rabbit_max_retries and rabbit_durable_queues from the [oslo_messaging_rabbit] section. + + Operators must switch to setting the transport_url directive in the [DEFAULT] section. |