From a923401f279525209f19c972f38c8b3b54e72b08 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 --- xenial/debian/patches/fix-default-db.patch | 17 +++++++++++++++++ xenial/debian/patches/series | 1 + 2 files changed, 18 insertions(+) create mode 100644 xenial/debian/patches/fix-default-db.patch create mode 100644 xenial/debian/patches/series 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 -- 2.45.2