782e94e82e283cef8ba58aef47f99fd7be4c8893
4 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Xingchao Yu
|
782e94e82e |
Secure transport_url option in log
As transport_url option contains rabbit_password, it should not keep plaintext in logs. Closes-Bug: #1640809 Change-Id: I958c51050ee48db1ee359ff75dc20ad13e14a672 |
||
|
Juan Antonio Osorio Robles
|
0667a56a9a |
Added transport URL example from oslo.messaging docs
It is worth noting that one can specify several hosts on the transport_url configuration options from oslo.messaging both for RPCs and for notifications. So it will be useful for users of the module to see the format. Change-Id: Ia39f2e4e1ff3f02f1b14b56f985fae98446c6c10 |
||
|
dmburmistrov
|
a3853cf50b |
Add "rpc_response_timeout" to oslo::messaging::default define
* Update docs * Update unit tests Change-Id: I0392eb323b03d07f3e2204ff17ae7c4d02245145 |
||
|
dmburmistrov
|
f019bba460 |
Add oslo::messaging::default define
* Add top-file docs * Prepare/update unit tests * Set "rpc_backend" in specialized resource (amqp/rabbit) Change-Id: I87b815253b0a919e86d41434d09655930eb5aaf0 |