openstack-ansible-os_aodh/defaults
Jesse Pretorius 4b41de0570 Default MQ RPC/Notify credentials/vhosts to match
When the RPC and Notify service are the same, the credentials
must match - otherwise the tasks to create the user/password
will overwrite with each other.

If the two clusters are different, then the matching credentials
and vhost will not be a problem. However, if the deployer really
wishes to make sure they're different, then the vars can be
overridden.

Also, to ensure that the SSL value is consistently set in the
conf file, we apply the bool filter. We also use the 'notify'
SSL setting as the messaging system for Notifications is more
likely to remain rabbitmq in our default deployment with qrouterd
becoming the default for RPC messaging.

Change-Id: I1d56fc82eebfb2d2ed421fd1c589e1b912328c08
2018-07-30 12:30:12 +01:00
..
main.yml Default MQ RPC/Notify credentials/vhosts to match 2018-07-30 12:30:12 +01:00