diff options
author | Giulio Fidente <gfidente@redhat.com> | 2016-06-29 12:58:11 +0200 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2016-07-09 04:32:47 +0000 |
commit | 43cd92aa0abb9d7b3e9e771f0dec5775080a6d43 (patch) | |
tree | a6da37ff4d0d41f63d957a8c52e8faf855208f08 /puppet/hieradata | |
parent | bbe72038e21a2722c194f27f9b98be0649390519 (diff) |
Move heat::db data within service template
Change-Id: I3fada6c5b0265bc6536c89da0ef4b709ead13b7d
Diffstat (limited to 'puppet/hieradata')
-rw-r--r-- | puppet/hieradata/database.yaml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/puppet/hieradata/database.yaml b/puppet/hieradata/database.yaml index 471e597f..7af1ac23 100644 --- a/puppet/hieradata/database.yaml +++ b/puppet/hieradata/database.yaml @@ -21,14 +21,6 @@ neutron::db::mysql::allowed_hosts: - '%' - "%{hiera('mysql_bind_host')}" -# Heat -heat::db::mysql::user: heat -heat::db::mysql::host: "%{hiera('mysql_virtual_ip')}" -heat::db::mysql::dbname: heat -heat::db::mysql::allowed_hosts: - - '%' - - "%{hiera('mysql_bind_host')}" - # Ironic ironic::db::mysql::user: ironic ironic::db::mysql::host: "%{hiera('mysql_virtual_ip')}" |