Merge lp:~corey.bryant/heat/2015.1.1 into lp:~ubuntu-server-dev/heat/kilo

Proposed by Corey Bryant
Status: Merged
Merged at revision: 103
Proposed branch: lp:~corey.bryant/heat/2015.1.1
Merge into: lp:~ubuntu-server-dev/heat/kilo
Diff against target: 70 lines (+44/-9)
2 files modified
debian/changelog (+36/-0)
debian/patches/fix-requirements.patch (+8/-9)
To merge this branch: bzr merge lp:~corey.bryant/heat/2015.1.1
Reviewer Review Type Date Requested Status
Ubuntu Server Developers Pending
Review via email: mp+266788@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 2015-05-26 10:56:16 +0000
+++ debian/changelog 2015-08-03 19:27:47 +0000
@@ -1,3 +1,39 @@
1heat (2015.1.1-0ubuntu1) UNRELEASED; urgency=medium
2
3 * Resynchronize with stable/kilo (536dc83) (LP: #1481008):
4 - [9ca4a53] Use action in check_*_complete method
5 - [ed52c86] Produce more meaningful exception messages in nested stacks
6 - [e35450a] Fix failures related to the mock 1.1.0 release
7 - [ac5e71f] test_resource for functional tests
8 - [c0d1b91] Improve StackValidationFailed response in properties
9 - [99f95f0] Count all nested stack resources with DB operations
10 - [5703a2f] Add domain when list users in heat-keystone-setup-domain
11 - [18742d1] Heat could not create samples with Ceilometer
12 - [a55f827] Missing template file on update fails silently
13 - [1b5ff07] Failed to import test module in test
14 - [b0be013] Add env storing for loaded environments
15 - [a3bc0f6] Fix heat-db-setup error on rhel7.1
16 - [3a7e7cb] Find root stack ID with database operations
17 - [38b47eb] Continue to check if nova task is in progress
18 - [8919a34] Catch exceptions in service status report
19 - [754851d] Fix block_device_mapping property validation when using get_attr
20 - [28a0639] Do not verify requirements on extension loading
21 - [7148a96] Backup new resource as soon as possible
22 - [da37773] Save updated-in-place resources to backup stack
23 - [be9af28] Report status when engine start
24 - [d2e70e4] Use snapshot's environment when stack restore
25 - [612d806] Fix integration tests for tox>2.0
26 - [ed2bed2] Fix property validation for TemplateResource during update
27 - [a5297fe] Get rid of circular references in Resource and Function
28 - [c7b1524] Sync oslo incubator
29 - [06a5c0e] Generate stack events for stack state transitions
30 - [aa4b90d] Update template paths for environment-mapped TemplateResources
31 - [2a6378c] Fix TypeError exception during cancel stack update
32 - [536dc83] Use SHA256 instead of SHA1 for resource signature
33 * d/p/fix-requirements.patch: Rebased.
34
35 -- Corey Bryant <corey.bryant@canonical.com> Mon, 03 Aug 2015 14:29:26 -0400
36
1heat (2015.1.0-0ubuntu1.1) vivid; urgency=medium37heat (2015.1.0-0ubuntu1.1) vivid; urgency=medium
238
3 * debian/heat-common.install: install missing scripts (LP: #1453160):39 * debian/heat-common.install: install missing scripts (LP: #1453160):
440
=== modified file 'debian/patches/fix-requirements.patch'
--- debian/patches/fix-requirements.patch 2015-04-30 13:58:35 +0000
+++ debian/patches/fix-requirements.patch 2015-08-03 19:27:47 +0000
@@ -1,14 +1,13 @@
1diff -Naurp heat-2015.1.0.orig/requirements.txt heat-2015.1.0/requirements.txt1--- a/requirements.txt
2--- heat-2015.1.0.orig/requirements.txt 2015-04-30 14:01:47.000000000 +02002+++ b/requirements.txt
3+++ heat-2015.1.0/requirements.txt 2015-04-30 14:44:43.546753986 +02003@@ -38,9 +38,8 @@
4@@ -38,9 +38,8 @@ python-saharaclient>=0.8.0,<0.9.04 python-swiftclient<2.5.0,>=2.2.0
5 python-swiftclient>=2.2.0,<2.5.05 python-troveclient<1.1.0,>=1.0.7
6 python-troveclient>=1.0.7,<1.1.0
7 PyYAML>=3.1.06 PyYAML>=3.1.0
8-qpid-python7-qpid-python
9 requests>=2.2.0,!=2.4.08 requests!=2.4.0,>=2.2.0
10-Routes>=1.12.3,!=2.09-Routes!=2.0,>=1.12.3
11+Routes>=1.12.310+Routes>=1.12.3
12 six>=1.9.011 six>=1.9.0
13 SQLAlchemy>=0.9.7,<=0.9.9912 SQLAlchemy<=0.9.99,>=0.9.7
14 sqlalchemy-migrate>=0.9.513 sqlalchemy-migrate>=0.9.5

Subscribers

People subscribed via source and target branches