database: fix params :-D, deeply hiera (Closes: #4523)

This commit is contained in:
Sebastien Badia
2013-12-26 19:32:25 +01:00
parent b0249361e4
commit 5ab42433d8

View File

@@ -22,28 +22,28 @@ class os_sql_node (
$galera_nextserver = $os_params::galera_nextserver, $galera_nextserver = $os_params::galera_nextserver,
$galera_master = $os_params::galera_master, $galera_master = $os_params::galera_master,
$mysql_password = $os_params::mysql_password, $mysql_password = $os_params::mysql_password,
$keystone_db_host = $os_params::keystone_db_user, $keystone_db_host = $os_params::keystone_db_host,
$keystone_db_user = $os_params::keystone_db_host, $keystone_db_user = $os_params::keystone_db_user,
$keystone_db_password = $os_params::keystone_db_password, $keystone_db_password = $os_params::keystone_db_password,
$keystone_db_allowed_hosts = $os_params::keystone_db_allowed_hosts, $keystone_db_allowed_hosts = $os_params::keystone_db_allowed_hosts,
$cinder_db_host = $os_params::cinder_db_user, $cinder_db_host = $os_params::cinder_db_host,
$cinder_db_user = $os_params::cinder_db_host, $cinder_db_user = $os_params::cinder_db_user,
$cinder_db_password = $os_params::cinder_db_password, $cinder_db_password = $os_params::cinder_db_password,
$cinder_db_allowed_hosts = $os_params::cinder_db_allowed_hosts, $cinder_db_allowed_hosts = $os_params::cinder_db_allowed_hosts,
$glance_db_host = $os_params::glance_db_user, $glance_db_host = $os_params::glance_db_host,
$glance_db_user = $os_params::glance_db_host, $glance_db_user = $os_params::glance_db_user,
$glance_db_password = $os_params::glance_db_password, $glance_db_password = $os_params::glance_db_password,
$glance_db_allowed_hosts = $os_params::glance_db_allowed_hosts, $glance_db_allowed_hosts = $os_params::glance_db_allowed_hosts,
$heat_db_host = $os_params::heat_db_user, $heat_db_host = $os_params::heat_db_host,
$heat_db_user = $os_params::heat_db_host, $heat_db_user = $os_params::heat_db_user,
$heat_db_password = $os_params::heat_db_password, $heat_db_password = $os_params::heat_db_password,
$heat_db_allowed_hosts = $os_params::heat_db_allowed_hosts, $heat_db_allowed_hosts = $os_params::heat_db_allowed_hosts,
$nova_db_host = $os_params::nova_db_user, $nova_db_host = $os_params::nova_db_host,
$nova_db_user = $os_params::nova_db_host, $nova_db_user = $os_params::nova_db_user,
$nova_db_password = $os_params::nova_db_password, $nova_db_password = $os_params::nova_db_password,
$nova_db_allowed_hosts = $os_params::nova_db_allowed_hosts, $nova_db_allowed_hosts = $os_params::nova_db_allowed_hosts,
$neutron_db_host = $os_params::neutron_db_user, $neutron_db_host = $os_params::neutron_db_host,
$neutron_db_user = $os_params::neutron_db_host, $neutron_db_user = $os_params::neutron_db_user,
$neutron_db_password = $os_params::neutron_db_password, $neutron_db_password = $os_params::neutron_db_password,
$neutron_db_allowed_hosts = $os_params::neutron_db_allowed_hosts, $neutron_db_allowed_hosts = $os_params::neutron_db_allowed_hosts,
$mysql_debian_sys_maint = $os_params::mysql_debian_sys_maint, $mysql_debian_sys_maint = $os_params::mysql_debian_sys_maint,