Update specs to v. 2014.1.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 80964a7..7668dea 100644
3 --- a/etc/ceilometer/ceilometer.conf.sample
4 +++ b/etc/ceilometer/ceilometer.conf.sample
5 @@ -126,7 +126,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 @@ -148,7 +148,7 @@
15  
16  
17  #
18 -# Options defined in ceilometer.openstack.common.lockutils
19 +#Options defined in ceilometer.openstack.common.lockutils
20  #
21  
22  # Whether to disable inter-process locks. (boolean value)
23 @@ -598,7 +598,7 @@
24  
25  # The backend to use for db (string value)
26  # Deprecated group/name - [DEFAULT]/db_backend
27 -#backend=sqlalchemy
28 +backend=sqlalchemy
29  
30  
31  #
32 @@ -610,7 +610,8 @@
33  # Deprecated group/name - [DEFAULT]/sql_connection
34  # Deprecated group/name - [DATABASE]/sql_connection
35  # Deprecated group/name - [sql]/connection
36 -#connection=sqlite:////ceilometer/openstack/common/db/$sqlite_db
37 +connection=sqlite:////var/lib/ceilometer/$sqlite_db
38 +
39  
40  # The SQLAlchemy connection string used to connect to the
41  # slave database (string value)