packstack/packstack/puppet/templates/mariadb_keystone_install.pp

7 lines
175 B
Puppet

class { '::keystone::db::mysql':
user => 'keystone_admin',
password => hiera('CONFIG_KEYSTONE_DB_PW'),
allowed_hosts => '%%',
charset => 'utf8',
}