Enable glance to use the SSL middleware
[apex-tripleo-heat-templates.git] / puppet / hieradata / database.yaml
1 # Aodh
2 # TODO(emilien) move it to composable aodh roles later
3 aodh::db::mysql::user: aodh
4 aodh::db::mysql::host: "%{hiera('mysql_virtual_ip')}"
5 aodh::db::mysql::dbname: aodh
6 aodh::db::mysql::allowed_hosts:
7   - '%'
8   - "%{hiera('mysql_bind_host')}"