Merge lp:~zulcss/keystone/2014.1.rc1 into lp:~ubuntu-server-dev/keystone/icehouse

Proposed by Chuck Short
Status: Merged
Approved by: Chuck Short
Approved revision: 275
Merged at revision: 272
Proposed branch: lp:~zulcss/keystone/2014.1.rc1
Merge into: lp:~ubuntu-server-dev/keystone/icehouse
Diff against target: 118 lines (+22/-27)
4 files modified
debian/changelog (+5/-2)
debian/keystone.logrotate (+2/-4)
debian/patches/add-version-info.patch (+14/-20)
debian/patches/series (+1/-1)
To merge this branch: bzr merge lp:~zulcss/keystone/2014.1.rc1
Reviewer Review Type Date Requested Status
James Page Approve
Review via email: mp+213247@code.launchpad.net

Description of the change

2014.1.rc1

To post a comment you must log in.
lp:~zulcss/keystone/2014.1.rc1 updated
273. By Chuck Short

Add bug number

274. By Chuck Short

Update logrotate

Revision history for this message
James Page (james-page) wrote :

One niggle - can you replace the tabs with spaces in the logrotate please.

review: Needs Fixing
lp:~zulcss/keystone/2014.1.rc1 updated
275. By Chuck Short

Clean up logrotate

Revision history for this message
James Page (james-page) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2014-03-25 13:05:06 +0000
+++ debian/changelog 2014-03-28 12:54:41 +0000
@@ -1,4 +1,4 @@
1keystone (1:2014.1~b3+master-0ubuntu1) UNRELEASED; urgency=medium1keystone (1:2014.1~rc1-0ubuntu1) trusty; urgency=medium
22
3 [ James Page ]3 [ James Page ]
4 * d/p/*: Refreshed4 * d/p/*: Refreshed
@@ -7,10 +7,13 @@
7 for python-keystone (LP: #1292478). 7 for python-keystone (LP: #1292478).
88
9 [ Chuck Short ]9 [ Chuck Short ]
10 * New upstream release. (LP: #1298959)
10 * d/p/ubuntu-oslo.sphinx.patch: Dropped no longer needed.11 * d/p/ubuntu-oslo.sphinx.patch: Dropped no longer needed.
11 * debian/control: Use python-oslosphinx.12 * debian/control: Use python-oslosphinx.
13 * d/patches/add-version-info.patch: Re-enabled.
14 * d/keystone.logrotate: Use copytruncate instead of restart. (LP: #1297705)
1215
13 -- James Page <james.page@ubuntu.com> Fri, 14 Mar 2014 11:36:23 +000016 -- Chuck Short <zulcss@ubuntu.com> Fri, 28 Mar 2014 07:38:36 -0400
1417
15keystone (1:2014.1~b3-0ubuntu3) trusty; urgency=medium18keystone (1:2014.1~b3-0ubuntu3) trusty; urgency=medium
1619
1720
=== modified file 'debian/keystone.logrotate'
--- debian/keystone.logrotate 2014-03-06 18:09:17 +0000
+++ debian/keystone.logrotate 2014-03-28 12:54:41 +0000
@@ -2,10 +2,8 @@
2 daily2 daily
3 missingok3 missingok
4 rotate 54 rotate 5
5 postrotate5 compress
6 restart keystone >/dev/null 2>&1 || true
7 endscript
8 compress
9 delaycompress6 delaycompress
10 notifempty7 notifempty
8 copytruncate
11}9}
1210
=== modified file 'debian/patches/add-version-info.patch'
--- debian/patches/add-version-info.patch 2014-02-24 20:06:53 +0000
+++ debian/patches/add-version-info.patch 2014-03-28 12:54:41 +0000
@@ -1,20 +1,18 @@
1Description: Add version info for Ubuntu.1Description: Add version info for Ubuntu.
2Author: Yolanda Robla <yolanda.robla@canonical.com>2Author: Yolanda Robla <yolanda.robla@canonical.com>
3Forwarded: Not-needed3Forwarded: Not-needed
4diff --git a/etc/keystone.conf.sample b/etc/keystone.conf.sample4diff -Naurp keystone-2014.1.rc1.orig/etc/keystone.conf.sample keystone-2014.1.rc1/etc/keystone.conf.sample
5index 8546553..ccbc35a 1006445--- keystone-2014.1.rc1.orig/etc/keystone.conf.sample 2014-03-27 04:48:32.000000000 -0400
6--- a/etc/keystone.conf.sample6+++ keystone-2014.1.rc1/etc/keystone.conf.sample 2014-03-27 16:08:57.519481000 -0400
7+++ b/etc/keystone.conf.sample7@@ -1334,3 +1334,5 @@
8@@ -1219,3 +1219,5 @@ connection = sqlite:////var/lib/keystone/keystone.db
9 #driver=keystone.trust.backends.sql.Trust8 #driver=keystone.trust.backends.sql.Trust
10 9
11 10
12+[extra_headers]11+[extra_headers]
13+Distribution = Ubuntu12+Distribution = Ubuntu
14diff --git a/keystone/common/config.py b/keystone/common/config.py13diff -Naurp keystone-2014.1.rc1.orig/keystone/common/config.py keystone-2014.1.rc1/keystone/common/config.py
15index 5b495a4..d698cef 10064414--- keystone-2014.1.rc1.orig/keystone/common/config.py 2014-03-27 04:48:32.000000000 -0400
16--- a/keystone/common/config.py15+++ keystone-2014.1.rc1/keystone/common/config.py 2014-03-27 16:11:26.199481000 -0400
17+++ b/keystone/common/config.py
18@@ -12,6 +12,8 @@16@@ -12,6 +12,8 @@
19 # License for the specific language governing permissions and limitations17 # License for the specific language governing permissions and limitations
20 # under the License.18 # under the License.
@@ -24,20 +22,19 @@
24 from oslo.config import cfg22 from oslo.config import cfg
25 23
26 24
27@@ -491,6 +493,8 @@ FILE_OPTIONS = {25@@ -641,6 +643,8 @@ FILE_OPTIONS = {
28 cfg.IntOpt('list_limit', default=None,26 cfg.IntOpt('list_limit', default=None,
29 help=('Maximum number of entities that will be returned '27 help='Maximum number of entities that will be returned '
30 'in a catalog collection'))],28 'in a catalog collection.')],
31+ 'extra_headers': [29+ 'extra_headers': [
32+ cfg.StrOpt('Distribution', default=platform.dist()[0])],30+ cfg.StrOpt('Distribution', default=platform.dist()[0])],
33 'kvs': [31 'kvs': [
34 cfg.ListOpt('backends', default=[],32 cfg.ListOpt('backends', default=[],
35 help='Extra dogpile.cache backend modules to register '33 help='Extra dogpile.cache backend modules to register '
36diff --git a/keystone/common/wsgi.py b/keystone/common/wsgi.py34diff -Naurp keystone-2014.1.rc1.orig/keystone/common/wsgi.py keystone-2014.1.rc1/keystone/common/wsgi.py
37index 1369bb5..ba9374c 10064435--- keystone-2014.1.rc1.orig/keystone/common/wsgi.py 2014-03-27 04:48:32.000000000 -0400
38--- a/keystone/common/wsgi.py36+++ keystone-2014.1.rc1/keystone/common/wsgi.py 2014-03-27 16:12:07.751481000 -0400
39+++ b/keystone/common/wsgi.py37@@ -582,6 +582,11 @@ def render_response(body=None, status=No
40@@ -557,6 +557,11 @@ def render_response(body=None, status=None, headers=None):
41 headers = headers or []38 headers = headers or []
42 headers.append(('Vary', 'X-Auth-Token'))39 headers.append(('Vary', 'X-Auth-Token'))
43 40
@@ -49,6 +46,3 @@
49 if body is None:46 if body is None:
50 body = ''47 body = ''
51 status = status or (204, 'No Content')48 status = status or (204, 'No Content')
52--
531.9.0
54
5549
=== modified file 'debian/patches/series'
--- debian/patches/series 2014-03-25 13:05:06 +0000
+++ debian/patches/series 2014-03-28 12:54:41 +0000
@@ -1,4 +1,4 @@
1fix-ubuntu-tests.patch1fix-ubuntu-tests.patch
2sql_connection.patch2sql_connection.patch
3#add-version-info.patch3add-version-info.patch
4ubuntu-test-overrides.patch4ubuntu-test-overrides.patch

Subscribers

People subscribed via source and target branches