Updated DEB specs to 2014.1
[openstack-build/ceilometer-build.git] / debian / patches / default-dbconnection-sqlite.patch
1 diff --git a/etc/ceilometer/ceilometer.conf.sample b/etc/ceilometer/ceilometer.conf.sample
2 index 4281a67..ff9cbe2 100644
3 --- a/etc/ceilometer/ceilometer.conf.sample
4 +++ b/etc/ceilometer/ceilometer.conf.sample
5 @@ -134,7 +134,7 @@
6  #
7  
8  # The file name to use with SQLite (string value)
9 -#sqlite_db=ceilometer.sqlite
10 +sqlite_db=ceilometer.sqlite
11  
12  # If True, SQLite uses synchronous mode (boolean value)
13  #sqlite_synchronous=true
14 @@ -619,7 +619,7 @@
15  
16  # The backend to use for db (string value)
17  # Deprecated group/name - [DEFAULT]/db_backend
18 -#backend=sqlalchemy
19 +backend=sqlalchemy
20  
21  
22  #
23 @@ -631,7 +631,8 @@
24  # Deprecated group/name - [DEFAULT]/sql_connection
25  # Deprecated group/name - [DATABASE]/sql_connection
26  # Deprecated group/name - [sql]/connection
27 -#connection=sqlite:////ceilometer/openstack/common/db/$sqlite_db
28 +connection=sqlite:////var/lib/ceilometer/$sqlite_db
29 +
30  
31  # The SQLAlchemy connection string used to connect to the
32  # slave database (string value)