Using mongodb by default.
authorThomas Goirand <thomas@goirand.fr>
Thu, 3 Apr 2014 14:38:31 +0000 (22:38 +0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 3 Apr 2014 14:38:31 +0000 (22:38 +0800)
Change-Id: I7877312f6e9fe1880d18b297e9ff9dafd9d054dd

Rewritten-From: 319ee78a4185a1f53d9beec8203cea4248d23005

xenial/debian/patches/series
xenial/debian/patches/using-mongodb-by-default.patch [new file with mode: 0644]

index 970683ff9a422ddce3d54440b4b43a75a48ac94f..92b9c992802501600bd4bcaa0ac3c751f6cbe7ba 100644 (file)
@@ -1 +1,2 @@
 removes-sqla0.8-restrictions.patch
+using-mongodb-by-default.patch
diff --git a/xenial/debian/patches/using-mongodb-by-default.patch b/xenial/debian/patches/using-mongodb-by-default.patch
new file mode 100644 (file)
index 0000000..1aba25e
--- /dev/null
@@ -0,0 +1,16 @@
+Description: Uses mongodb by default in the connection directive
+Author: Thomas Goirand <zigo@debian.org>
+Forwarded: no
+Last-Update: 2014-04-03
+
+--- ceilometer-2014.1~rc1.orig/etc/ceilometer/ceilometer.conf.sample
++++ ceilometer-2014.1~rc1/etc/ceilometer/ceilometer.conf.sample
+@@ -631,7 +631,7 @@
+ # Deprecated group/name - [DEFAULT]/sql_connection
+ # Deprecated group/name - [DATABASE]/sql_connection
+ # Deprecated group/name - [sql]/connection
+-#connection=sqlite:////ceilometer/openstack/common/db/$sqlite_db
++connection=mongodb://localhost:27017/ceilometer
+ # The SQLAlchemy connection string used to connect to the
+ # slave database (string value)