Merge lp:~corey.bryant/heat/2014.2.1-2 into lp:~ubuntu-server-dev/heat/juno

Proposed by Corey Bryant
Status: Merged
Merge reported by: Corey Bryant
Merged at revision: not available
Proposed branch: lp:~corey.bryant/heat/2014.2.1-2
Merge into: lp:~ubuntu-server-dev/heat/juno
Diff against target: 26 lines (+8/-0)
2 files modified
debian/changelog (+7/-0)
debian/control (+1/-0)
To merge this branch: bzr merge lp:~corey.bryant/heat/2014.2.1-2
Reviewer Review Type Date Requested Status
Ubuntu Server Developers Pending
Review via email: mp+244514@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Corey Bryant (corey.bryant) wrote :

heat client cli commands were timing out on osci, due to heat-engine inability to start. Turns out python-oslo.serialization was needed.

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 2014-12-08 18:04:42 +0000
3+++ debian/changelog 2014-12-11 22:30:59 +0000
4@@ -1,3 +1,10 @@
5+heat (2014.2.1-0ubuntu2) UNRELEASED; urgency=medium
6+
7+ * d/control: Add python-oslo.serialization to python-heat depends. Needed for
8+ heat-engine.
9+
10+ -- Corey Bryant <corey.bryant@canonical.com> Thu, 11 Dec 2014 17:30:04 -0500
11+
12 heat (2014.2.1-0ubuntu1) utopic; urgency=medium
13
14 [ Corey Bryant ]
15
16=== modified file 'debian/control'
17--- debian/control 2014-12-05 14:25:55 +0000
18+++ debian/control 2014-12-11 22:30:59 +0000
19@@ -112,6 +112,7 @@
20 python-oslo.db (>= 1.0.0),
21 python-oslo.i18n (>= 1.0.0),
22 python-oslo.messaging (>= 1.4.0),
23+ python-oslo.serialization (>= 1.0.0),
24 python-oslo.utils (>= 1.0.0),
25 python-oslosphinx (>= 2.2.0),
26 python-paste,

Subscribers

People subscribed via source and target branches