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

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

* Resynchronize with stable/icehouse (fbd5b2e) (LP: #1328134):
  - [e492c7e] Updated from global requirements
  - [e5f04c2] Fix pseudo-folder content listing
  - [cd2f7dc] add missing references to policy files
  - [232b712] Use escapejs filter on JavaScript strings
  - [0c3b710] Add missing mock for cinder.default_quota_get
  - [7c47ec5] Add logging handler for openstack_auth in the tests
  - [306c5ca] Check host is not none in host aggregate page
  - [fbd5b2e] Add missing comma in Volume ResourceWrapper class

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:23:33 +0000
+++ debian/changelog 2014-06-13 16:11:32 +0000
@@ -1,3 +1,17 @@
1horizon (1:2014.1.1-0ubuntu1) trusty; urgency=medium
2
3 * Resynchronize with stable/icehouse (fbd5b2e) (LP: #1328134):
4 - [e492c7e] Updated from global requirements
5 - [e5f04c2] Fix pseudo-folder content listing
6 - [cd2f7dc] add missing references to policy files
7 - [232b712] Use escapejs filter on JavaScript strings
8 - [0c3b710] Add missing mock for cinder.default_quota_get
9 - [7c47ec5] Add logging handler for openstack_auth in the tests
10 - [306c5ca] Check host is not none in host aggregate page
11 - [fbd5b2e] Add missing comma in Volume ResourceWrapper class
12
13 -- Corey Bryant <corey.bryant@canonical.com> Mon, 09 Jun 2014 15:20:18 -0400
14
1horizon (1:2014.1-0ubuntu1) trusty; urgency=medium15horizon (1:2014.1-0ubuntu1) trusty; urgency=medium
216
3 * New upstream release (LP: #1288245).17 * New upstream release (LP: #1288245).
418
=== 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:11:32 +0000
@@ -0,0 +1,13 @@
1Description: Set min version of six.
2Author: Corey Bryant <corey.bryant@canonical.com>
3Forwarded: Not needed.
4Index: horizon/requirements.txt
5===================================================================
6--- horizon.orig/requirements.txt 2014-06-13 10:14:00.816555621 -0400
7+++ horizon/requirements.txt 2014-06-13 11:44:13.180390616 -0400
8@@ -21,4 +21,4 @@
9 python-swiftclient>=1.6
10 python-troveclient>=1.0.3
11 pytz>=2010h
12-six>=1.6.0
13+six>=1.5.2
014
=== modified file 'debian/patches/series'
--- debian/patches/series 2013-12-29 17:44:29 +0000
+++ debian/patches/series 2014-06-13 16:11:32 +0000
@@ -6,3 +6,4 @@
66
7#fix-ubuntu-tests.patch7#fix-ubuntu-tests.patch
8ubuntu_settings.patch8ubuntu_settings.patch
9fix-requirements.patch

Subscribers

People subscribed via source and target branches