Merge lp:~james-page/ceilometer/refresh-patches into lp:~openstack-ubuntu-testing/ceilometer/grizzly

Proposed by James Page
Status: Merged
Approved by: Yolanda Robla
Approved revision: 28
Merged at revision: 28
Proposed branch: lp:~james-page/ceilometer/refresh-patches
Merge into: lp:~openstack-ubuntu-testing/ceilometer/grizzly
Diff against target: 64 lines (+13/-22)
4 files modified
debian/changelog (+7/-0)
debian/patches/default-dbconnection-sqlite.patch (+6/-6)
debian/patches/requests-dep.patch (+0/-15)
debian/patches/series (+0/-1)
To merge this branch: bzr merge lp:~james-page/ceilometer/refresh-patches
Reviewer Review Type Date Requested Status
Yolanda Robla (community) Approve
Review via email: mp+164341@code.launchpad.net

Description of the change

Refresh for stable/grizzly changes.

To post a comment you must log in.
Revision history for this message
Yolanda Robla (yolanda.robla) wrote :

Looks good to me

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-04-05 19:34:40 +0000
3+++ debian/changelog 2013-05-17 10:49:24 +0000
4@@ -1,3 +1,10 @@
5+ceilometer (2013.1-0ubuntu2) UNRELEASED; urgency=low
6+
7+ * d/p/requests-dep.patch: Dropped, included upstream.
8+ * d/p/default-dbconnection-sqlite.patch: Refreshed.
9+
10+ -- James Page <james.page@ubuntu.com> Fri, 17 May 2013 11:44:55 +0100
11+
12 ceilometer (2013.1-0ubuntu1) raring; urgency=low
13
14 * New upstream release.
15
16=== modified file 'debian/patches/default-dbconnection-sqlite.patch'
17--- debian/patches/default-dbconnection-sqlite.patch 2013-03-21 16:49:24 +0000
18+++ debian/patches/default-dbconnection-sqlite.patch 2013-05-17 10:49:24 +0000
19@@ -1,11 +1,11 @@
20 --- a/etc/ceilometer/ceilometer.conf.sample
21 +++ b/etc/ceilometer/ceilometer.conf.sample
22-@@ -262,7 +262,7 @@
23-
24+@@ -404,7 +404,7 @@
25 ######## defined in ceilometer.storage ########
26
27--# database_connection=mongodb://localhost:27017/ceilometer
28+ # Database connection string (string value)
29+-#database_connection=mongodb://localhost:27017/ceilometer
30 +database_connection=sqlite:////var/lib/ceilometer/ceilometer.sqlite
31- #### (StrOpt) Database connection string
32-
33-
34+
35+
36+ ######## defined in ceilometer.storage.sqlalchemy.models ########
37
38=== removed file 'debian/patches/requests-dep.patch'
39--- debian/patches/requests-dep.patch 2013-03-21 16:49:24 +0000
40+++ debian/patches/requests-dep.patch 1970-01-01 00:00:00 +0000
41@@ -1,15 +0,0 @@
42-Description: Remove upper bound on requests
43-Author: James Page <james.page@ubuntu.com>
44-Forwarded: no
45-
46---- a/tools/pip-requires
47-+++ b/tools/pip-requires
48-@@ -15,7 +15,7 @@ python-novaclient>=2.6.10
49- python-keystoneclient>=0.2.3
50- python-swiftclient
51- lxml
52--requests<1.0
53-+requests
54- extras
55- wsme>=0.5b1
56- pyyaml
57
58=== modified file 'debian/patches/series'
59--- debian/patches/series 2013-03-12 15:01:59 +0000
60+++ debian/patches/series 2013-05-17 10:49:24 +0000
61@@ -1,3 +1,2 @@
62 remove-hbase-support.patch
63-requests-dep.patch
64 default-dbconnection-sqlite.patch

Subscribers

People subscribed via source and target branches