Add release note for messaging alias removal

These were removed in 330ba8c502 but was
missing a release note. Add one in.

Change-Id: I34521c459805c8d4bce6830c0b31bd252df714fb
This commit is contained in:
Jim Rollenhagen 2017-04-03 11:05:44 -04:00
parent 73c29a4c66
commit 9186f7f192
1 changed files with 9 additions and 0 deletions

View File

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