From: Thomas Goirand Date: Mon, 30 Jun 2014 17:07:16 +0000 (+0800) Subject: Rebased fix-default-db.patch X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a923401f279525209f19c972f38c8b3b54e72b08;p=openstack-build%2Fheat-build.git Rebased fix-default-db.patch Rewritten-From: 04782995bc0905fa7e7051932119f6dfbd3ac8d0 --- diff --git a/xenial/debian/patches/fix-default-db.patch b/xenial/debian/patches/fix-default-db.patch new file mode 100644 index 00000000..27134ac6 --- /dev/null +++ b/xenial/debian/patches/fix-default-db.patch @@ -0,0 +1,17 @@ +Description: Set SQLite as default + Set SQLite as default db backend +Author: Thomas Goirand +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= ++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 index 00000000..1ebe602d --- /dev/null +++ b/xenial/debian/patches/series @@ -0,0 +1 @@ +fix-default-db.patch