packstack/packstack/puppet/templates/mysql_keystone_install.pp

7 lines
177 B
Puppet

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