commit | b645904d4aae46a8be5cee3a23710565b211f458 | [log] [tgz] |
---|---|---|
author | Kenneth Giusti <kgiusti@gmail.com> | Fri Aug 04 18:08:37 2017 -0400 |
committer | Kenneth Giusti <kgiusti@gmail.com> | Fri Aug 04 18:08:37 2017 -0400 |
tree | 32b503701583e9f9d654e3ef1c92280846f0a633 | |
parent | dea3083d984569eac9647f1a28f10ae98afc42f7 [diff] |
Use get_notification_url when configuring notifications If a project manually configures the oslo.messaging transport url for notifications it should use 'get_notification_url', not 'get_transport_url'. get_transport_url should only be used to obtain the RPC transport address. Change-Id: I77772dfa9f30a3db2db6d0387260dfe3452a26ef Closes-Bug: #1708754