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
=== modified file 'debian/changelog'
--- debian/changelog 2014-10-06 13:55:37 +0000
+++ debian/changelog 2015-03-16 19:14:44 +0000
@@ -1,3 +1,16 @@
1heat (2014.1.4-0ubuntu1) UNRELEASED; urgency=medium
2
3 * Resynchronize with stable/icehouse (2b4f7be) (LP: #1432608):
4 - [678ea13] Use empty list in list_join for validation
5 - [0b984b8] Call server volume detach only once
6 - [5a34e4f] Use environment file in template-validate
7 - [60cbd5b] Catch NotFound error during loadbalancer deleting
8 - [006b959] Prevent excessive validation for maxPersonality limit
9 - [2b4f7be] Only delete stack user project from correct domain
10 * d/p/fix-requirements.patch: Rebased
11
12 -- Corey Bryant <corey.bryant@canonical.com> Mon, 16 Mar 2015 14:19:59 -0400
13
1heat (2014.1.3-0ubuntu1) trusty; urgency=medium14heat (2014.1.3-0ubuntu1) trusty; urgency=medium
215
3 [ Corey Bryant ]16 [ Corey Bryant ]
417
=== modified file 'debian/patches/fix-requirements.patch'
--- debian/patches/fix-requirements.patch 2014-10-06 13:14:04 +0000
+++ debian/patches/fix-requirements.patch 2015-03-16 19:14:44 +0000
@@ -1,8 +1,6 @@
1Description: Don't install python-qpid, and set min version of six.1Description: Don't install python-qpid, and set min version of six.
2Author: Corey Bryant <corey.bryant@canonical.com>2Author: Corey Bryant <corey.bryant@canonical.com>
3Forwarded: not needed.3Forwarded: not needed.
4Index: heat/requirements.txt
5===================================================================
6--- a/requirements.txt4--- a/requirements.txt
7+++ b/requirements.txt5+++ b/requirements.txt
8@@ -8,7 +8,7 @@6@@ -8,7 +8,7 @@
@@ -11,11 +9,11 @@
11 netaddr>=0.7.69 netaddr>=0.7.6
12-six>=1.6.010-six>=1.6.0
13+six>=1.5.211+six>=1.5.2
14 sqlalchemy-migrate>=0.8.2,!=0.8.4,!=0.9.212 sqlalchemy-migrate>=0.8.2,!=0.8.4,<=0.9.1
15 python-novaclient>=2.17.013 python-novaclient>=2.17.0,<2.21
16 PasteDeploy>=1.5.014 PasteDeploy>=1.5.0
17@@ -27,4 +27,3 @@15@@ -27,4 +27,3 @@
18 paramiko>=1.9.016 paramiko>=1.9.0
19 Babel>=1.317 Babel>=1.3
20 oslo.config>=1.2.018 oslo.config>=1.2.0,<1.5
21-qpid-python19-qpid-python

Subscribers

People subscribed via source and target branches