From 39ac54c88141a9f9f6a9564dec7b44faeba9e7a2 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Tue, 1 Jul 2014 01:07:16 +0800 Subject: [PATCH] Rebased fix-default-db.patch Rewritten-From: 04782995bc0905fa7e7051932119f6dfbd3ac8d0 --- trusty/debian/patches/fix-default-db.patch | 17 +++++++++++++++++ trusty/debian/patches/series | 1 + 2 files changed, 18 insertions(+) create mode 100644 trusty/debian/patches/fix-default-db.patch create mode 100644 trusty/debian/patches/series diff --git a/trusty/debian/patches/fix-default-db.patch b/trusty/debian/patches/fix-default-db.patch new file mode 100644 index 00000000..27134ac6 --- /dev/null +++ b/trusty/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/trusty/debian/patches/series b/trusty/debian/patches/series new file mode 100644 index 00000000..1ebe602d --- /dev/null +++ b/trusty/debian/patches/series @@ -0,0 +1 @@ +fix-default-db.patch -- 2.45.2