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

Proposed by Corey Bryant
Status: Merged
Merged at revision: 296
Proposed branch: lp:~corey.bryant/glance/2014.1.1
Merge into: lp:~ubuntu-server-dev/glance/icehouse
Diff against target: 44 lines (+25/-0)
3 files modified
debian/changelog (+9/-0)
debian/patches/fix-requirements.patch (+15/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~corey.bryant/glance/2014.1.1
Reviewer Review Type Date Requested Status
Ubuntu Server Developers Pending
Review via email: mp+222543@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/glance/2014.1.1 updated
296. By Corey Bryant

* Resynchronize with stable/icehouse (cd1c30a) (LP: #1328134):
  - [19de115] Prevent creation of http images with invalid URIs
  - [e96a53a] Fixes installation of test-requirements
  - [cd1c30a] Updated from global requirements

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:46:19 +0000
+++ debian/changelog 2014-06-13 16:25:49 +0000
@@ -1,3 +1,12 @@
1glance (1:2014.1.1-0ubuntu1) trusty; urgency=medium
2
3 * Resynchronize with stable/icehouse (cd1c30a) (LP: #1328134):
4 - [19de115] Prevent creation of http images with invalid URIs
5 - [e96a53a] Fixes installation of test-requirements
6 - [cd1c30a] Updated from global requirements
7
8 -- Corey Bryant <corey.bryant@canonical.com> Mon, 09 Jun 2014 14:55:05 -0400
9
1glance (1:2014.1-0ubuntu1) trusty; urgency=medium10glance (1:2014.1-0ubuntu1) trusty; urgency=medium
211
3 * New upstream release (LP: #1299055).12 * New upstream release (LP: #1299055).
413
=== added file 'debian/patches/fix-requirements.patch'
--- debian/patches/fix-requirements.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/fix-requirements.patch 2014-06-13 16:25:49 +0000
@@ -0,0 +1,15 @@
1Description: Set min version of six.
2Author: Corey Bryant <corey.bryant@canonical.com>
3Forwarded: Not needed.
4Index: glance/requirements.txt
5===================================================================
6--- glance.orig/requirements.txt 2014-06-13 10:13:33.028556468 -0400
7+++ glance/requirements.txt 2014-06-13 11:33:56.440409418 -0400
8@@ -38,6 +38,6 @@
9 pyOpenSSL>=0.11
10
11 # Required by openstack.common libraries
12-six>=1.6.0
13+six>=1.5.2
14
15 oslo.messaging>=1.3.0a9
016
=== modified file 'debian/patches/series'
--- debian/patches/series 2014-04-12 12:45:23 +0000
+++ debian/patches/series 2014-06-13 16:25:49 +0000
@@ -1,2 +1,3 @@
1sql_conn.patch1sql_conn.patch
2skip-tests.patch2skip-tests.patch
3fix-requirements.patch

Subscribers

People subscribed via source and target branches