packstack/packstack/puppet/templates/mariadb_cinder_install.pp

7 lines
159 B
Puppet

class { '::cinder::db::mysql':
password => hiera('CONFIG_CINDER_DB_PW'),
host => '%%',
allowed_hosts => '%%',
charset => 'utf8',
}