packstack/packstack/puppet/templates/mariadb_glance_install.pp

7 lines
159 B
Puppet

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