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
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-03-25 13:05:06 +0000
3+++ debian/changelog 2014-03-28 12:54:41 +0000
4@@ -1,4 +1,4 @@
5-keystone (1:2014.1~b3+master-0ubuntu1) UNRELEASED; urgency=medium
6+keystone (1:2014.1~rc1-0ubuntu1) trusty; urgency=medium
7
8 [ James Page ]
9 * d/p/*: Refreshed
10@@ -7,10 +7,13 @@
11 for python-keystone (LP: #1292478).
12
13 [ Chuck Short ]
14+ * New upstream release. (LP: #1298959)
15 * d/p/ubuntu-oslo.sphinx.patch: Dropped no longer needed.
16 * debian/control: Use python-oslosphinx.
17+ * d/patches/add-version-info.patch: Re-enabled.
18+ * d/keystone.logrotate: Use copytruncate instead of restart. (LP: #1297705)
19
20- -- James Page <james.page@ubuntu.com> Fri, 14 Mar 2014 11:36:23 +0000
21+ -- Chuck Short <zulcss@ubuntu.com> Fri, 28 Mar 2014 07:38:36 -0400
22
23 keystone (1:2014.1~b3-0ubuntu3) trusty; urgency=medium
24
25
26=== modified file 'debian/keystone.logrotate'
27--- debian/keystone.logrotate 2014-03-06 18:09:17 +0000
28+++ debian/keystone.logrotate 2014-03-28 12:54:41 +0000
29@@ -2,10 +2,8 @@
30 daily
31 missingok
32 rotate 5
33- postrotate
34- restart keystone >/dev/null 2>&1 || true
35- endscript
36- compress
37+ compress
38 delaycompress
39 notifempty
40+ copytruncate
41 }
42
43=== modified file 'debian/patches/add-version-info.patch'
44--- debian/patches/add-version-info.patch 2014-02-24 20:06:53 +0000
45+++ debian/patches/add-version-info.patch 2014-03-28 12:54:41 +0000
46@@ -1,20 +1,18 @@
47 Description: Add version info for Ubuntu.
48 Author: Yolanda Robla <yolanda.robla@canonical.com>
49 Forwarded: Not-needed
50-diff --git a/etc/keystone.conf.sample b/etc/keystone.conf.sample
51-index 8546553..ccbc35a 100644
52---- a/etc/keystone.conf.sample
53-+++ b/etc/keystone.conf.sample
54-@@ -1219,3 +1219,5 @@ connection = sqlite:////var/lib/keystone/keystone.db
55+diff -Naurp keystone-2014.1.rc1.orig/etc/keystone.conf.sample keystone-2014.1.rc1/etc/keystone.conf.sample
56+--- keystone-2014.1.rc1.orig/etc/keystone.conf.sample 2014-03-27 04:48:32.000000000 -0400
57++++ keystone-2014.1.rc1/etc/keystone.conf.sample 2014-03-27 16:08:57.519481000 -0400
58+@@ -1334,3 +1334,5 @@
59 #driver=keystone.trust.backends.sql.Trust
60
61
62 +[extra_headers]
63 +Distribution = Ubuntu
64-diff --git a/keystone/common/config.py b/keystone/common/config.py
65-index 5b495a4..d698cef 100644
66---- a/keystone/common/config.py
67-+++ b/keystone/common/config.py
68+diff -Naurp keystone-2014.1.rc1.orig/keystone/common/config.py keystone-2014.1.rc1/keystone/common/config.py
69+--- keystone-2014.1.rc1.orig/keystone/common/config.py 2014-03-27 04:48:32.000000000 -0400
70++++ keystone-2014.1.rc1/keystone/common/config.py 2014-03-27 16:11:26.199481000 -0400
71 @@ -12,6 +12,8 @@
72 # License for the specific language governing permissions and limitations
73 # under the License.
74@@ -24,20 +22,19 @@
75 from oslo.config import cfg
76
77
78-@@ -491,6 +493,8 @@ FILE_OPTIONS = {
79+@@ -641,6 +643,8 @@ FILE_OPTIONS = {
80 cfg.IntOpt('list_limit', default=None,
81- help=('Maximum number of entities that will be returned '
82- 'in a catalog collection'))],
83+ help='Maximum number of entities that will be returned '
84+ 'in a catalog collection.')],
85 + 'extra_headers': [
86 + cfg.StrOpt('Distribution', default=platform.dist()[0])],
87 'kvs': [
88 cfg.ListOpt('backends', default=[],
89 help='Extra dogpile.cache backend modules to register '
90-diff --git a/keystone/common/wsgi.py b/keystone/common/wsgi.py
91-index 1369bb5..ba9374c 100644
92---- a/keystone/common/wsgi.py
93-+++ b/keystone/common/wsgi.py
94-@@ -557,6 +557,11 @@ def render_response(body=None, status=None, headers=None):
95+diff -Naurp keystone-2014.1.rc1.orig/keystone/common/wsgi.py keystone-2014.1.rc1/keystone/common/wsgi.py
96+--- keystone-2014.1.rc1.orig/keystone/common/wsgi.py 2014-03-27 04:48:32.000000000 -0400
97++++ keystone-2014.1.rc1/keystone/common/wsgi.py 2014-03-27 16:12:07.751481000 -0400
98+@@ -582,6 +582,11 @@ def render_response(body=None, status=No
99 headers = headers or []
100 headers.append(('Vary', 'X-Auth-Token'))
101
102@@ -49,6 +46,3 @@
103 if body is None:
104 body = ''
105 status = status or (204, 'No Content')
106---
107-1.9.0
108-
109
110=== modified file 'debian/patches/series'
111--- debian/patches/series 2014-03-25 13:05:06 +0000
112+++ debian/patches/series 2014-03-28 12:54:41 +0000
113@@ -1,4 +1,4 @@
114 fix-ubuntu-tests.patch
115 sql_connection.patch
116-#add-version-info.patch
117+add-version-info.patch
118 ubuntu-test-overrides.patch

Subscribers

People subscribed via source and target branches