blob: a513d2c194438597142afd41ab4c0cda980bd0ab (
plain)
1
2
3
4
5
6
7
8
|
[DEFAULT]
notification_driver = messagingv2
rpc_backend = rabbit
[oslo_messaging_rabbit]
rabbit_host = {{ internal_vip.ip }}
rabbit_userid = {{ RABBIT_USER }}
rabbit_password = {{ RABBIT_PASS }}
|