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``