Merge lp:~corey.bryant/ceilometer/2013.2.3 into lp:~ubuntu-server-dev/ceilometer/havana

Proposed by Corey Bryant
Status: Merged
Approved by: Chuck Short
Approved revision: 82
Merged at revision: 82
Proposed branch: lp:~corey.bryant/ceilometer/2013.2.3
Merge into: lp:~ubuntu-server-dev/ceilometer/havana
Diff against target: 82 lines (+23/-17)
3 files modified
debian/changelog (+22/-0)
debian/patches/fix-setup-requirements.patch (+0/-16)
debian/patches/series (+1/-1)
To merge this branch: bzr merge lp:~corey.bryant/ceilometer/2013.2.3
Reviewer Review Type Date Requested Status
Ubuntu Server Developers Pending
Review via email: mp+214302@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2014-02-26 09:09:47 +0000
+++ debian/changelog 2014-04-04 16:13:10 +0000
@@ -1,3 +1,25 @@
1ceilometer (2013.2.3-0ubuntu1) saucy-proposed; urgency=medium
2
3 * debian/patches/fix-setup-requirements.patch: Rebase on top of
4 new upstream requirements.txt file.
5 * Resynchronize with stable/havana (0ac6942) (LP: #1302575):
6 - [c92c106] latest alembic imcompatible with current sqlalchemy requirements
7 - [4ffeead] User a more accurate max_delay for reconnects
8 - [6637acd] Checks for presence of Hyper-V cpu metrics before accessing
9 - [7cb5f4c] Fix ceilometer.conf.sample mismatch
10 - [ebe72d5] Fixes Hyper-V Inspector disk metrics bug
11 - [bbab3d5] Fix validation error for invalid field name in simple query
12 - [83a2725] Adds doc string to query validate functions in V2 API
13 - [4461828] Ensure insecure config option propagated by alarm service
14 - [0a1db09] Fix the default rpc policy value
15 - [b13ee97] Ensure the correct error message is displayed
16 - [2c6a84f] Refactor timestamp existence validation in V2 API
17 - [ff0375c] cacert is not picked up correctly by alarm services
18 - [0a85f22] Add an insecure option for Keystone client
19 - [0ac6942] Propogate cacert and insecure flags to glanceclient
20
21 -- Corey Bryant <corey.bryant@canonical.com> Fri, 04 Apr 2014 12:02:50 -0400
22
1ceilometer (2013.2.2-0ubuntu1) saucy-proposed; urgency=low23ceilometer (2013.2.2-0ubuntu1) saucy-proposed; urgency=low
224
3 * Resynchronize with stable/havana (9149861) (LP: #1284643):25 * Resynchronize with stable/havana (9149861) (LP: #1284643):
426
=== 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 2014-04-04 16:13:10 +0000
@@ -0,0 +1,15 @@
1Description: Bump requirements to support sqlalchemy 0.8.2
2Author: Chuck Short <zulcss@ubuntu.com>
3Forwarded: No
4Index: ceilometer/requirements.txt
5--- a/requirements.txt
6+++ b/requirements.txt
7@@ -3,7 +3,7 @@
8 kombu>=2.4.8
9 iso8601>=0.1.8
10 argparse
11-SQLAlchemy>=0.7.8,<=0.7.99
12+SQLAlchemy>=0.7.8,<=0.8.99
13 sqlalchemy-migrate>=0.7.2
14 alembic>=0.4.1,<0.6.4
15 netaddr
016
=== removed file 'debian/patches/fix-setup-requirements.patch'
--- debian/patches/fix-setup-requirements.patch 2013-12-18 03:51:19 +0000
+++ debian/patches/fix-setup-requirements.patch 1970-01-01 00:00:00 +0000
@@ -1,16 +0,0 @@
1Description: Bump requirements to support sqlalchemy 0.8.2
2Author: Chuck Short <zulcss@ubuntu.com>
3Forwarded: No
4Index: ceilometer/requirements.txt
5===================================================================
6--- ceilometer.orig/requirements.txt 2013-12-17 19:50:28.051735156 -0800
7+++ ceilometer/requirements.txt 2013-12-17 19:50:28.043735156 -0800
8@@ -3,7 +3,7 @@
9 kombu>=2.4.8
10 iso8601>=0.1.8
11 argparse
12-SQLAlchemy>=0.7.8,<=0.7.99
13+SQLAlchemy>=0.7.8,<=0.8.99
14 sqlalchemy-migrate>=0.7.2
15 alembic>=0.4.1
16 netaddr
170
=== modified file 'debian/patches/series'
--- debian/patches/series 2013-12-18 18:07:39 +0000
+++ debian/patches/series 2014-04-04 16:13:10 +0000
@@ -1,6 +1,6 @@
1fix-setup-requirements.patch
1default-dbconnection-sqlite.patch2default-dbconnection-sqlite.patch
2skip-database-tests.patch3skip-database-tests.patch
3fix-setup-requirements.patch
4revert-keystone-compat.patch4revert-keystone-compat.patch
5revert-keystone-compat-2.patch5revert-keystone-compat-2.patch
6revert-stable-havana-requirements.patch6revert-stable-havana-requirements.patch

Subscribers

People subscribed via source and target branches