c4f4128
diff --git a/manifests/db/mysql.pp b/manifests/db/mysql.pp
c4f4128
index 82273ae..e2130f0 100644
c4f4128
--- a/manifests/db/mysql.pp
c4f4128
+++ b/manifests/db/mysql.pp
c4f4128
@@ -5,7 +5,7 @@ class neutron::db::mysql (
c4f4128
   $user          = 'neutron',
c4f4128
   $host          = '127.0.0.1',
c4f4128
   $allowed_hosts = undef,
c4f4128
-  $charset       = 'latin1',
c4f4128
+  $charset       = 'utf8',
c4f4128
   $cluster_id    = 'localzone'
c4f4128
 ) {
c4f4128