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

Proposed by Corey Bryant
Status: Merged
Merged at revision: 54
Proposed branch: lp:~corey.bryant/heat/2014.1.1
Merge into: lp:~ubuntu-server-dev/heat/icehouse
Diff against target: 55 lines (+33/-6)
2 files modified
debian/changelog (+17/-0)
debian/patches/fix-requirements.patch (+16/-6)
To merge this branch: bzr merge lp:~corey.bryant/heat/2014.1.1
Reviewer Review Type Date Requested Status
Ubuntu Server Developers Pending
Review via email: mp+222551@code.launchpad.net

Description of the change

Ubuntu Stable Release Update for OpenStack Icehouse

To post a comment you must log in.
lp:~corey.bryant/heat/2014.1.1 updated
54. By Corey Bryant

* Resynchronize with stable/icehouse (27557c9) (LP: #1328134):
  - [368b6d3] Avoid redundant polling of DB for metadata
  - [0f92683] Fix failed to delete the NovaFloatingIPAssociation resource
  - [930cb3c] Fix status reason in events for deployment signals
  - [4b9ff4f] Truncate status_reason to column length
  - [3c560c6] Catch NotFound for keystone delete operations
  - [e63baf6] Using correct attribute of exception
  - [08154b0] Allow NotFound to be created without args
  - [857ca78] Updated from global requirements
  - [03dd894] Don't dynamically create provider types in the global env
  - [937ac5a] Ignore nova limits set to '-1'
  - [27557c9] Don't pass enable_snat by default in Router

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2014-04-17 11:27:45 +0000
+++ debian/changelog 2014-06-13 16:39:54 +0000
@@ -1,3 +1,20 @@
1heat (2014.1.1-0ubuntu1) trusty; urgency=medium
2
3 * Resynchronize with stable/icehouse (27557c9) (LP: #1328134):
4 - [368b6d3] Avoid redundant polling of DB for metadata
5 - [0f92683] Fix failed to delete the NovaFloatingIPAssociation resource
6 - [930cb3c] Fix status reason in events for deployment signals
7 - [4b9ff4f] Truncate status_reason to column length
8 - [3c560c6] Catch NotFound for keystone delete operations
9 - [e63baf6] Using correct attribute of exception
10 - [08154b0] Allow NotFound to be created without args
11 - [857ca78] Updated from global requirements
12 - [03dd894] Don't dynamically create provider types in the global env
13 - [937ac5a] Ignore nova limits set to '-1'
14 - [27557c9] Don't pass enable_snat by default in Router
15
16 -- Corey Bryant <corey.bryant@canonical.com> Mon, 09 Jun 2014 15:09:49 -0400
17
1heat (2014.1-0ubuntu1) trusty; urgency=medium18heat (2014.1-0ubuntu1) trusty; urgency=medium
219
3 [ Chuck Short ]20 [ Chuck Short ]
421
=== modified file 'debian/patches/fix-requirements.patch'
--- debian/patches/fix-requirements.patch 2014-04-10 13:31:46 +0000
+++ debian/patches/fix-requirements.patch 2014-06-13 16:39:54 +0000
@@ -1,10 +1,20 @@
1Description: Dont install python-qpid1Description: Don't install python-qpid, and set min version of six.
2Author: Chuck Short <zulcss@ubuntu.com>2Author: Corey Bryant <corey.bryant@canonical.com>
3Forwarded: not needed.3Forwarded: not needed.
4diff -Naurp heat-2014.1.rc2.orig/requirements.txt heat-2014.1.rc2/requirements.txt4Index: heat/requirements.txt
5--- heat-2014.1.rc2.orig/requirements.txt 2014-04-10 03:27:34.000000000 -04005===================================================================
6+++ heat-2014.1.rc2/requirements.txt 2014-04-10 09:20:22.477931898 -04006--- heat.orig/requirements.txt 2014-06-13 10:13:46.164556068 -0400
7@@ -27,4 +27,3 @@ PyYAML>=3.1.07+++ heat/requirements.txt 2014-06-13 11:40:08.456398077 -0400
8@@ -8,7 +8,7 @@
9 argparse
10 lxml>=2.3
11 netaddr>=0.7.6
12-six>=1.6.0
13+six>=1.5.2
14 sqlalchemy-migrate>=0.8.2,!=0.8.4
15 python-novaclient>=2.17.0
16 PasteDeploy>=1.5.0
17@@ -27,4 +27,3 @@
8 paramiko>=1.9.018 paramiko>=1.9.0
9 Babel>=1.319 Babel>=1.3
10 oslo.config>=1.2.020 oslo.config>=1.2.0

Subscribers

People subscribed via source and target branches