[openstack-puppet-modules/el6-icehouse] Added openstack db charset patch

Ivan Chavero ichavero at fedoraproject.org
Wed Mar 26 16:54:27 UTC 2014


commit 83da78c80702d8df7ddb0fd55de6625e4b0ec08d
Author: Ivan Chavero <ichavero at redhat.com>
Date:   Wed Mar 26 09:43:44 2014 -0700

    Added openstack db charset patch
    
    Changed default charset of opensack::db:mysql
    to utf8

 openstack-puppet-modules.spec |   10 ++++++++--
 openstack.patch               |   13 +++++++++++++
 2 files changed, 21 insertions(+), 2 deletions(-)
---
diff --git a/openstack-puppet-modules.spec b/openstack-puppet-modules.spec
index a330413..a68d7de 100644
--- a/openstack-puppet-modules.spec
+++ b/openstack-puppet-modules.spec
@@ -37,7 +37,7 @@
 
 Name:           openstack-puppet-modules
 Version:        2014.1
-Release:        5.2%{?dist}
+Release:        5.3%{?dist}
 Summary:        Puppet modules used to deploy OpenStack
 License:        ASL 2.0 and GPLv2 and GPLv3
 
@@ -84,6 +84,7 @@ Patch2:     compute_driver.patch
 Patch3:     glance.patch
 Patch4:     heat.patch
 Patch5:     neutron.patch
+Patch6:     openstack.patch
 
 BuildArch:      noarch
 
@@ -152,7 +153,9 @@ cd %{_builddir}/%{name}-%{version}/puppet-heat-%{heat_commit}
 cd %{_builddir}/%{name}-%{version}/puppet-neutron-%{neutron_commit}
 %patch5 -p1
 
-
+# puppet-openstack patches
+cd %{_builddir}/%{name}-%{version}/puppet-openstack-%{openstack_commit}
+%patch6 -p1
 
 
 find %{_builddir} -type f -name ".*" -exec rm {} +
@@ -210,6 +213,9 @@ rm -f %{buildroot}/%{_datadir}/openstack-puppet/modules/nova/files/nova-novncpro
 
 
 %changelog
+* Wed Mar 26 2014 Iván Chavero <ichavero at redhat.com> - 2014.1-5.3
+- Added openstack.patch
+
 * Wed Mar 26 2014 Iván Chavero <ichavero at redhat.com> - 2014.1-5.2
 - Added heat.patch and neutron.patch
 
diff --git a/openstack.patch b/openstack.patch
new file mode 100644
index 0000000..eba0204
--- /dev/null
+++ b/openstack.patch
@@ -0,0 +1,13 @@
+diff --git a/manifests/db/mysql.pp b/manifests/db/mysql.pp
+index 7a65607..86043da 100644
+--- a/manifests/db/mysql.pp
++++ b/manifests/db/mysql.pp
+@@ -94,7 +94,7 @@ class openstack::db::mysql (
+     $ceilometer_db_dbname   = 'ceilometer',
+     # General
+     $allowed_hosts          = false,
+-    $charset                = 'latin1',
++    $charset                = 'utf8',
+     $enabled                = true
+ ) {
+ 


More information about the scm-commits mailing list