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

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

* Resynchronize with stable/icehouse (1716748) (LP: #1328134):
  - [4408625] sql migration: ensure using innodb utf8 for assignment table
  - [786af98] SQL and LDAP fixes for get_roles_for_user_and_project user=group ID
  - [e56fe4c] Updated from global requirements
  - [0bd819c] Removed duplication with list_user_ids_for_project
  - [b932321] Allow any attributes in mapping and include in results
  - [1716748] Treat LDAP attribute names as case-insensitive

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 09:27:33 +0000
+++ debian/changelog 2014-06-13 17:55:26 +0000
@@ -1,3 +1,15 @@
1keystone (1:2014.1.1-0ubuntu1) trusty; urgency=medium
2
3 * Resynchronize with stable/icehouse (1716748) (LP: #1328134):
4 - [4408625] sql migration: ensure using innodb utf8 for assignment table
5 - [786af98] SQL and LDAP fixes for get_roles_for_user_and_project user=group ID
6 - [e56fe4c] Updated from global requirements
7 - [0bd819c] Removed duplication with list_user_ids_for_project
8 - [b932321] Allow any attributes in mapping and include in results
9 - [1716748] Treat LDAP attribute names as case-insensitive
10
11 -- Corey Bryant <corey.bryant@canonical.com> Mon, 09 Jun 2014 15:57:33 -0400
12
1keystone (1:2014.1-0ubuntu1) trusty; urgency=medium13keystone (1:2014.1-0ubuntu1) trusty; urgency=medium
214
3 * New upstream release (LP: #1298959).15 * New upstream release (LP: #1298959).
416
=== 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 17:55:26 +0000
@@ -0,0 +1,16 @@
1Description: Set min version of six.
2Author: Corey Bryant <corey.bryant@canonical.com>
3Forwarded: Not needed.
4Index: keystone/requirements.txt
5===================================================================
6--- keystone.orig/requirements.txt 2014-06-13 10:14:20.196555030 -0400
7+++ keystone/requirements.txt 2014-06-13 11:48:22.840383005 -0400
8@@ -7,7 +7,7 @@
9 PasteDeploy>=1.5.0
10 Paste
11 Routes>=1.12.3
12-six>=1.6.0
13+six>=1.5.2
14 SQLAlchemy>=0.7.8,<=0.9.99
15 sqlalchemy-migrate>=0.8.2,!=0.8.4
16 passlib
017
=== modified file 'debian/patches/series'
--- debian/patches/series 2014-03-28 11:38:43 +0000
+++ debian/patches/series 2014-06-13 17:55:26 +0000
@@ -2,3 +2,4 @@
2sql_connection.patch2sql_connection.patch
3add-version-info.patch3add-version-info.patch
4ubuntu-test-overrides.patch4ubuntu-test-overrides.patch
5fix-requirements.patch

Subscribers

People subscribed via source and target branches