]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Rebased fix-default-db.patch
authorThomas Goirand <thomas@goirand.fr>
Mon, 30 Jun 2014 17:07:16 +0000 (01:07 +0800)
committerThomas Goirand <thomas@goirand.fr>
Mon, 30 Jun 2014 17:07:16 +0000 (01:07 +0800)
Rewritten-From: 04782995bc0905fa7e7051932119f6dfbd3ac8d0

xenial/debian/patches/fix-default-db.patch [new file with mode: 0644]
xenial/debian/patches/series [new file with mode: 0644]

diff --git a/xenial/debian/patches/fix-default-db.patch b/xenial/debian/patches/fix-default-db.patch
new file mode 100644 (file)
index 0000000..27134ac
--- /dev/null
@@ -0,0 +1,17 @@
+Description: Set SQLite as default
+ Set SQLite as default db backend
+Author: Thomas Goirand <zigo@debian.org>
+Forwarded: not-needed
+Last-Update: 2014-07-01
+
+--- heat-2014.2~b1.orig/etc/heat/heat.conf.sample
++++ heat-2014.2~b1/etc/heat/heat.conf.sample
+@@ -855,7 +855,7 @@
+ # Deprecated group/name - [DEFAULT]/sql_connection
+ # Deprecated group/name - [DATABASE]/sql_connection
+ # Deprecated group/name - [sql]/connection
+-#connection=<None>
++connection=sqlite:///var/lib/heat/heatdb
+ # The SQL mode to be used for MySQL sessions. This option,
+ # including the default, overrides any server-set SQL mode. To
diff --git a/xenial/debian/patches/series b/xenial/debian/patches/series
new file mode 100644 (file)
index 0000000..1ebe602
--- /dev/null
@@ -0,0 +1 @@
+fix-default-db.patch