Merge lp:~zulcss/ceilometer/ceilometer-fbfs-jun17 into lp:~openstack-ubuntu-testing/ceilometer/havana

Proposed by Chuck Short
Status: Superseded
Proposed branch: lp:~zulcss/ceilometer/ceilometer-fbfs-jun17
Merge into: lp:~openstack-ubuntu-testing/ceilometer/havana
Diff against target: 109 lines (+35/-15)
6 files modified
debian/changelog (+10/-1)
debian/control (+3/-2)
debian/patches/default-dbconnection-sqlite.patch (+12/-12)
debian/patches/fix-setup-requirements.patch (+8/-0)
debian/patches/series (+1/-0)
debian/pydist-overrides (+1/-0)
To merge this branch: bzr merge lp:~zulcss/ceilometer/ceilometer-fbfs-jun17
Reviewer Review Type Date Requested Status
Openstack Ubuntu Testers Pending
Review via email: mp+169820@code.launchpad.net

This proposal has been superseded by a proposal from 2013-06-19.

To post a comment you must log in.

Unmerged revisions

34. By Chuck Short

* New upstream version.
* debian/control: Suggest python-happybase.
* debian/patches/default-dbconnection-sqlite.patch: Refreshed.
* debian/control: Bump requirements for stevedore to 0.9.
* debian/patches/fix-setup-requirements.patch: Drop happybase requirements.
* debian/control: Add python-simplejson

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2013-06-05 09:47:36 +0000
+++ debian/changelog 2013-06-17 14:57:24 +0000
@@ -1,7 +1,16 @@
1ceilometer (2013.2~b1-0ubuntu2) UNRELEASED; urgency=low1ceilometer (2013.2.a76.g1d13c31-0ubuntu1) UNRELEASED; urgency=low
22
3 [ Yolanda Robla ]
3 * debian/patches/default-dbconnection-sqlite.patch: updated db section4 * debian/patches/default-dbconnection-sqlite.patch: updated db section
45
6 [ Chuck Short ]
7 * New upstream version.
8 * debian/control: Suggest python-happybase.
9 * debian/patches/default-dbconnection-sqlite.patch: Refreshed.
10 * debian/control: Bump requirements for stevedore to 0.9.
11 * debian/patches/fix-setup-requirements.patch: Drop happybase requirements.
12 * debian/control: Add python-simplejson
13
5 -- Yolanda Robla <yolanda.robla@canonical.com> Wed, 05 Jun 2013 11:46:29 +020014 -- Yolanda Robla <yolanda.robla@canonical.com> Wed, 05 Jun 2013 11:46:29 +0200
615
7ceilometer (2013.2~b1-0ubuntu1) saucy; urgency=low16ceilometer (2013.2~b1-0ubuntu1) saucy; urgency=low
817
=== modified file 'debian/control'
--- debian/control 2013-05-28 11:37:17 +0000
+++ debian/control 2013-06-17 14:57:24 +0000
@@ -16,7 +16,6 @@
16 python-fixtures,16 python-fixtures,
17 python-flask (>= 0.9),17 python-flask (>= 0.9),
18 python-glanceclient,18 python-glanceclient,
19 python-happybase,
20 python-iso8601,19 python-iso8601,
21 python-keystoneclient (<< 1:0.3),20 python-keystoneclient (<< 1:0.3),
22 python-kombu,21 python-kombu,
@@ -35,9 +34,10 @@
35 python-pymongo (>= 2.2),34 python-pymongo (>= 2.2),
36 python-requests,35 python-requests,
37 python-setuptools-git (>= 0.4),36 python-setuptools-git (>= 0.4),
37 python-simplejson,
38 python-sphinx,38 python-sphinx,
39 python-sqlalchemy,39 python-sqlalchemy,
40 python-stevedore (>= 0.6),40 python-stevedore (>= 0.9),
41 python-swift,41 python-swift,
42 python-swiftclient,42 python-swiftclient,
43 python-testtools,43 python-testtools,
@@ -52,6 +52,7 @@
52Package: python-ceilometer52Package: python-ceilometer
53Architecture: all53Architecture: all
54Depends: ${misc:Depends}, ${python:Depends}54Depends: ${misc:Depends}, ${python:Depends}
55Suggests: python-happybase
55Description: ceilometer python libraries56Description: ceilometer python libraries
56 Ceilometer aims to deliver a unique point of contact for billing systems to57 Ceilometer aims to deliver a unique point of contact for billing systems to
57 aquire all counters they need to establish customer billing, accross all58 aquire all counters they need to establish customer billing, accross all
5859
=== modified file 'debian/patches/default-dbconnection-sqlite.patch'
--- debian/patches/default-dbconnection-sqlite.patch 2013-06-05 09:47:36 +0000
+++ debian/patches/default-dbconnection-sqlite.patch 2013-06-17 14:57:24 +0000
@@ -1,12 +1,12 @@
1Index: ceilometer/etc/ceilometer/ceilometer.conf.sample1diff -Naurp ceilometer-2013.2.a76.g1d13c31.orig/etc/ceilometer/ceilometer.conf.sample ceilometer-2013.2.a76.g1d13c31/etc/ceilometer/ceilometer.conf.sample
2===================================================================2--- ceilometer-2013.2.a76.g1d13c31.orig/etc/ceilometer/ceilometer.conf.sample 2013-06-17 07:37:03.000000000 -0500
3--- a/etc/ceilometer/ceilometer.conf.sample 2013-06-04 17:46:52.000000000 +00003+++ ceilometer-2013.2.a76.g1d13c31/etc/ceilometer/ceilometer.conf.sample 2013-06-17 07:48:41.024448351 -0500
4+++ b/etc/ceilometer/ceilometer.conf.sample 2013-06-05 09:36:45.074895860 +00004@@ -88,7 +88,7 @@
5@@ -517,6 +517,7 @@5 #
6 # The SQLAlchemy connection string used to connect to the6
7 # database (string value)7 # the filename to use with sqlite (string value)
8 #connection=sqlite:////common/db/$sqlite_db8-#sqlite_db=ceilometer.sqlite
9+connection=sqlite:////var/lib/ceilometer/ceilometer.sqlite9+sqlite_db=sqlite:////var/lib/ceilometer/ceilometer.sqlite
10 10
11 # timeout before idle sql connections are reaped (integer11 # If true, use synchronous mode for sqlite (boolean value)
12 # value)12 #sqlite_synchronous=true
1313
=== added file 'debian/patches/fix-setup-requirements.patch'
--- debian/patches/fix-setup-requirements.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/fix-setup-requirements.patch 2013-06-17 14:57:24 +0000
@@ -0,0 +1,8 @@
1diff -Naurp ceilometer-2013.2.a76.g1d13c31.orig/requirements.txt ceilometer-2013.2.a76.g1d13c31/requirements.txt
2--- ceilometer-2013.2.a76.g1d13c31.orig/requirements.txt 2013-06-17 07:37:03.000000000 -0500
3+++ ceilometer-2013.2.a76.g1d13c31/requirements.txt 2013-06-17 08:59:55.100450424 -0500
4@@ -22,4 +22,3 @@ requests>=1.1,<1.2.1
5 wsme>=0.5b2
6 pyyaml
7 oslo.config>=1.1.0
8-happybase>=0.4
09
=== modified file 'debian/patches/series'
--- debian/patches/series 2013-05-21 14:28:17 +0000
+++ debian/patches/series 2013-06-17 14:57:24 +0000
@@ -1,1 +1,2 @@
1default-dbconnection-sqlite.patch1default-dbconnection-sqlite.patch
2fix-setup-requirements.patch
23
=== modified file 'debian/pydist-overrides'
--- debian/pydist-overrides 2013-02-01 16:10:18 +0000
+++ debian/pydist-overrides 2013-06-17 14:57:24 +0000
@@ -1,1 +1,2 @@
1pymongo python-pymongo1pymongo python-pymongo
2happybase

Subscribers

People subscribed via source and target branches