Merge lp:~corey.bryant/glance/2014.1.5 into lp:~ubuntu-server-dev/glance/icehouse

Proposed by Corey Bryant
Status: Merged
Merge reported by: Chuck Short
Merged at revision: not available
Proposed branch: lp:~corey.bryant/glance/2014.1.5
Merge into: lp:~ubuntu-server-dev/glance/icehouse
Diff against target: 33 lines (+11/-3)
2 files modified
debian/changelog (+8/-0)
debian/patches/fix-requirements.patch (+3/-3)
To merge this branch: bzr merge lp:~corey.bryant/glance/2014.1.5
Reviewer Review Type Date Requested Status
Ubuntu Server Developers Pending
Review via email: mp+262596@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
1=== modified file 'debian/changelog'
2--- debian/changelog 2015-03-30 12:54:47 +0000
3+++ debian/changelog 2015-06-22 15:29:34 +0000
4@@ -1,3 +1,11 @@
5+glance (1:2014.1.5-0ubuntu1) UNRELEASED; urgency=medium
6+
7+ * Resynchronize with stable/icehouse (f66170d) (LP: #1467533):
8+ - [f66170d] Fix Icehouse RBD delete image on creation failure
9+ * d/p/fix-requirements.patch: Rebased
10+
11+ -- Corey Bryant <corey.bryant@canonical.com> Mon, 22 Jun 2015 10:12:40 -0400
12+
13 glance (1:2014.1.4-0ubuntu2) trusty; urgency=medium
14
15 * d/control: Set minimum python-six dependency to 1.5.2 (LP: #1403114).
16
17=== modified file 'debian/patches/fix-requirements.patch'
18--- debian/patches/fix-requirements.patch 2015-03-16 18:31:03 +0000
19+++ debian/patches/fix-requirements.patch 2015-06-22 15:29:34 +0000
20@@ -4,10 +4,10 @@
21 --- a/requirements.txt
22 +++ b/requirements.txt
23 @@ -39,6 +39,6 @@
24- pyOpenSSL>=0.11
25+ pyOpenSSL>=0.11,<=0.14
26
27 # Required by openstack.common libraries
28--six>=1.6.0
29-+six>=1.5.2
30+-six>=1.6.0,<=1.9.0
31++six>=1.5.2,<=1.9.0
32
33 oslo.messaging>=1.3.0,<1.5

Subscribers

People subscribed via source and target branches