2016-03-11 03:16:10 |
Cao ShuFeng |
description |
After this commit[1] the config items about oslo_messaging is separated into 2 sections.
[default]
#default_publisher_id = image.localhost
#disabled_notifications =
[oslo_messaging_notifications]
#driver =
#transport_url = <None>
#topics = notifications
This will make user confused. |
After this commit[1] the config items about oslo_messaging is separated into 2 sections.
[default]
#default_publisher_id = image.localhost
#disabled_notifications =
[oslo_messaging_notifications]
#driver =
#transport_url = <None>
#topics = notifications
This will make user confused.
[1]: https://review.openstack.org/#/c/249508/ |
|