Merge lp:~corey.bryant/heat/2014.1.4 into lp:~ubuntu-server-dev/heat/icehouse

Proposed by Corey Bryant
Status: Merged
Merged at revision: 57
Proposed branch: lp:~corey.bryant/heat/2014.1.4
Merge into: lp:~ubuntu-server-dev/heat/icehouse
Diff against target: 48 lines (+16/-5)
2 files modified
debian/changelog (+13/-0)
debian/patches/fix-requirements.patch (+3/-5)
To merge this branch: bzr merge lp:~corey.bryant/heat/2014.1.4
Reviewer Review Type Date Requested Status
James Page Approve
Review via email: mp+253095@code.launchpad.net
To post a comment you must log in.
lp:~corey.bryant/heat/2014.1.4 updated
57. By Corey Bryant

* Resynchronize with stable/icehouse (2b4f7be) (LP: #1432608):
  - [678ea13] Use empty list in list_join for validation
  - [0b984b8] Call server volume detach only once
  - [5a34e4f] Use environment file in template-validate
  - [60cbd5b] Catch NotFound error during loadbalancer deleting
  - [006b959] Prevent excessive validation for maxPersonality limit
  - [2b4f7be] Only delete stack user project from correct domain
* d/p/fix-requirements.patch: Rebased

Revision history for this message
James Page (james-page) :
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 2014-10-06 13:55:37 +0000
3+++ debian/changelog 2015-03-16 19:14:44 +0000
4@@ -1,3 +1,16 @@
5+heat (2014.1.4-0ubuntu1) UNRELEASED; urgency=medium
6+
7+ * Resynchronize with stable/icehouse (2b4f7be) (LP: #1432608):
8+ - [678ea13] Use empty list in list_join for validation
9+ - [0b984b8] Call server volume detach only once
10+ - [5a34e4f] Use environment file in template-validate
11+ - [60cbd5b] Catch NotFound error during loadbalancer deleting
12+ - [006b959] Prevent excessive validation for maxPersonality limit
13+ - [2b4f7be] Only delete stack user project from correct domain
14+ * d/p/fix-requirements.patch: Rebased
15+
16+ -- Corey Bryant <corey.bryant@canonical.com> Mon, 16 Mar 2015 14:19:59 -0400
17+
18 heat (2014.1.3-0ubuntu1) trusty; urgency=medium
19
20 [ Corey Bryant ]
21
22=== modified file 'debian/patches/fix-requirements.patch'
23--- debian/patches/fix-requirements.patch 2014-10-06 13:14:04 +0000
24+++ debian/patches/fix-requirements.patch 2015-03-16 19:14:44 +0000
25@@ -1,8 +1,6 @@
26 Description: Don't install python-qpid, and set min version of six.
27 Author: Corey Bryant <corey.bryant@canonical.com>
28 Forwarded: not needed.
29-Index: heat/requirements.txt
30-===================================================================
31 --- a/requirements.txt
32 +++ b/requirements.txt
33 @@ -8,7 +8,7 @@
34@@ -11,11 +9,11 @@
35 netaddr>=0.7.6
36 -six>=1.6.0
37 +six>=1.5.2
38- sqlalchemy-migrate>=0.8.2,!=0.8.4,!=0.9.2
39- python-novaclient>=2.17.0
40+ sqlalchemy-migrate>=0.8.2,!=0.8.4,<=0.9.1
41+ python-novaclient>=2.17.0,<2.21
42 PasteDeploy>=1.5.0
43 @@ -27,4 +27,3 @@
44 paramiko>=1.9.0
45 Babel>=1.3
46- oslo.config>=1.2.0
47+ oslo.config>=1.2.0,<1.5
48 -qpid-python

Subscribers

People subscribed via source and target branches