Files
packstack/packstack/puppet/templates/mariadb_nova_install.pp
Lukas Bezdicka c4c790a6ae Fix several deprecation warnings
database_user -> mysql_user
mysql_module removal
sql_connection -> database_connection

Needs: https://github.com/redhat-openstack/openstack-puppet-modules/pull/132
Change-Id: Ia7e22b0d809e40e64dc664f281f7274a4102751c
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
2014-10-30 17:40:27 +01:00

7 lines
153 B
Puppet

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