ironic/releasenotes/notes/remove-messaging-aliases-0a6ba1ed392b1fed.yaml
Jim Rollenhagen 9186f7f192 Add release note for messaging alias removal
These were removed in 330ba8c502 but was
missing a release note. Add one in.

Change-Id: I34521c459805c8d4bce6830c0b31bd252df714fb
2017-04-03 11:05:44 -04:00

10 lines
262 B
YAML

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