From 052053d1c60b1a83e2dff75e9c5174b0ffe3c3f3 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 14 Aug 2020 09:20:59 +0900 Subject: [PATCH] Remove release note file in wrong path This patch removes the release note file which was added into wrong path in an old commit[1]. The removed relesae note file is not added into releasenote directory to avoid confusion by a note associated with wrong release. [1] 0f617ce27a99260ee03627b1fbde461a687718dc Change-Id: I8ff8886b65a323a65dd0ff9d01066c82a4116f8d (cherry picked from commit 064edacff36d949ebdd304bd404a5fdcff1f8981) (cherry picked from commit 5fa0fca1bee859ff31357c7f0df50ee4d9b73145) --- .../notes/rabbitmq-connection-params-1a8ace0c23e7249e.yaml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 manifests/releasenotes/notes/rabbitmq-connection-params-1a8ace0c23e7249e.yaml diff --git a/manifests/releasenotes/notes/rabbitmq-connection-params-1a8ace0c23e7249e.yaml b/manifests/releasenotes/notes/rabbitmq-connection-params-1a8ace0c23e7249e.yaml deleted file mode 100644 index 3f13356..0000000 --- a/manifests/releasenotes/notes/rabbitmq-connection-params-1a8ace0c23e7249e.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -deprecations: - - The rabbitmq connection paramters have been deprecated in favor of - transport_url which is provided by the oslo::messaging::default class. - This affects, rabbit_host, rabbit_port, rabbit_hosts, rabbit_userid, - rabbit_password and rabbit_virtual_host.