From: Thomas Goirand Date: Mon, 30 Jun 2014 17:05:35 +0000 (+0800) Subject: Removed difference with upstream. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=d09b9fff4928259cf00f5959298f965c3297d9b2;p=openstack-build%2Fheat-build.git Removed difference with upstream. Rewritten-From: 7c62c06fc3305ee298c90a0e10f6b5d478e04e5d --- diff --git a/xenial/debian/patches/fix-default-db.patch b/xenial/debian/patches/fix-default-db.patch deleted file mode 100644 index e1be17e3..00000000 --- a/xenial/debian/patches/fix-default-db.patch +++ /dev/null @@ -1,20 +0,0 @@ -Description: Sets default DSN - The default DSN isn't working for the packaging, so we do that: - +connection=sqlite:///var/lib/heat/neutrondb by default. -Author: Thomas Goirand -Forwarded: not-needed -Last-Update: 2014-04-08 - -Index: heat/etc/heat/heat.conf.sample -=================================================================== ---- heat.orig/etc/heat/heat.conf.sample 2014-05-21 16:02:38.000000000 +0800 -+++ heat/etc/heat/heat.conf.sample 2014-05-21 16:02:42.000000000 +0800 -@@ -818,7 +818,7 @@ - # Deprecated group/name - [DEFAULT]/sql_connection - # Deprecated group/name - [DATABASE]/sql_connection - # Deprecated group/name - [sql]/connection --#connection=sqlite:////heat/openstack/common/db/$sqlite_db -+connection=sqlite:///var/lib/heat/neutrondb - - # The SQLAlchemy connection string used to connect to the - # slave database (string value) diff --git a/xenial/debian/patches/series b/xenial/debian/patches/series deleted file mode 100644 index 1ebe602d..00000000 --- a/xenial/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -fix-default-db.patch