From 9186f7f192d16c519b3fd435ed50067c4b4c980b Mon Sep 17 00:00:00 2001 From: Jim Rollenhagen Date: Mon, 3 Apr 2017 11:05:44 -0400 Subject: [PATCH] Add release note for messaging alias removal These were removed in 330ba8c502880a16db4d2673ab36358f559711ec but was missing a release note. Add one in. Change-Id: I34521c459805c8d4bce6830c0b31bd252df714fb --- .../notes/remove-messaging-aliases-0a6ba1ed392b1fed.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 releasenotes/notes/remove-messaging-aliases-0a6ba1ed392b1fed.yaml diff --git a/releasenotes/notes/remove-messaging-aliases-0a6ba1ed392b1fed.yaml b/releasenotes/notes/remove-messaging-aliases-0a6ba1ed392b1fed.yaml new file mode 100644 index 0000000000..1bdd915315 --- /dev/null +++ b/releasenotes/notes/remove-messaging-aliases-0a6ba1ed392b1fed.yaml @@ -0,0 +1,9 @@ +--- +upgrade: + - | + Removes old messaging transport aliases. These are listed below with the + new value that should be used. + + * ``ironic.rpc.impl_kombu`` -> ``rabbit`` + * ``ironic.rpc.impl_qpid`` -> ``qpid`` + * ``ironic.rpc.impl_zmq`` -> ``zmq``