Skip to content
Snippets Groups Projects
Commit b695358e authored by Alessandro Costantini's avatar Alessandro Costantini
Browse files

Merge branch 'development' into 'master'

corrected site.pp's db entries with charset and collate



See merge request !10
parents 3246a4b0 dda9723c
No related branches found
No related tags found
No related merge requests found
......@@ -52,14 +52,30 @@ $mysql_users = {
# N entries
$mysql_databases = {
'<USER>' => {},
# 'keystone' => {},
# 'glance' => {},
# 'nova' => {},
# 'cinder' => {},
# 'neutron' => {},
# 'ceilometer' => {},
# 'heat' => {},
'<DB>' => {
charset => 'utf8',
collate => 'utf8_general_ci',},
# 'keystone' => {
# charset => 'utf8',
# collate => 'utf8_general_ci',},
# 'glance' => {
# charset => 'utf8',
# collate => 'utf8_general_ci',},
# 'nova' => {
# charset => 'utf8',
# collate => 'utf8_general_ci',},
# 'cinder' => {
# charset => 'utf8',
# collate => 'utf8_general_ci',},
# 'neutron' => {
# charset => 'utf8',
# collate => 'utf8_general_ci',},
# 'ceilometer' => {
# charset => 'utf8',
# collate => 'utf8_general_ci',},
# 'heat' => {
# charset => 'utf8',
# collate => 'utf8_general_ci',},
}
# N*M entries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment