Merge lp:~corey.bryant/keystone/2015.1-b2-0ubuntu1 into lp:~ubuntu-server-dev/keystone/kilo

Proposed by Corey Bryant
Status: Merged
Merged at revision: 308
Proposed branch: lp:~corey.bryant/keystone/2015.1-b2-0ubuntu1
Merge into: lp:~ubuntu-server-dev/keystone/kilo
Diff against target: 278 lines (+69/-82)
7 files modified
debian/changelog (+11/-0)
debian/control (+39/-31)
debian/patches/add-version-info.patch (+8/-6)
debian/patches/default-log-dir.patch (+6/-7)
debian/patches/fix-ubuntu-tests.patch (+0/-31)
debian/patches/series (+0/-1)
debian/patches/sql_connection.patch (+5/-6)
To merge this branch: bzr merge lp:~corey.bryant/keystone/2015.1-b2-0ubuntu1
Reviewer Review Type Date Requested Status
Ubuntu Server Developers Pending
Review via email: mp+249525@code.launchpad.net
To post a comment you must log in.
309. By Corey Bryant

Add dash to python-oslo-* dependencies

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 2015-01-14 16:26:18 +0000
3+++ debian/changelog 2015-02-12 17:03:26 +0000
4@@ -1,3 +1,14 @@
5+keystone (1:2015.1~b2-0ubuntu1) UNRELEASED; urgency=medium
6+
7+ * New upstream release.
8+ - d/control: Align with upstream dependencies.
9+ - d/p/fix-ubuntu-tests.patch: Dropped. Patched code has been removed.
10+ - d/p/sql_connection.patch: Rebased.
11+ - d/p/default-log-dir.patch: Rebased.
12+ - d/p/add-version-info.patch: Rebased.
13+
14+ -- Corey Bryant <corey.bryant@canonical.com> Fri, 06 Feb 2015 09:34:53 -0500
15+
16 keystone (1:2015.1~b1-0ubuntu3) vivid; urgency=medium
17
18 * Rebuild to pick up pkgos upstart generation fix.
19
20=== modified file 'debian/control'
21--- debian/control 2015-01-14 15:47:27 +0000
22+++ debian/control 2015-02-12 17:03:26 +0000
23@@ -12,33 +12,37 @@
24 po-debconf,
25 python-all (>= 2.6),
26 python-babel (>= 1.3),
27+ python-bashate (>= 0.2),
28+ python-coverage (>= 3.6),
29 python-dogpile.cache (>= 0.5.3),
30- python-eventlet (>= 0.15.2),
31+ python-eventlet (>= 0.16.1),
32 python-fixtures (>= 0.3.14),
33 python-greenlet (>= 0.3.2),
34+ python-hacking (>= 0.10.0),
35 python-iso8601 (>= 0.1.9),
36 python-jsonschema (>= 2.0.0),
37- python-keystoneclient (>= 1:0.11.1),
38+ python-keystoneclient (>= 1:1.0.0),
39 python-keystonemiddleware (>= 1.0.0),
40 python-kombu (>= 2.4.8),
41 python-nose,
42 python-lockfile (>= 0.8),
43 python-ldappool,
44- python-lxml,
45- python-memcache,
46+ python-lxml (>= 2.3),
47+ python-memcache (>= 1.48),
48 python-migrate (>= 0.9.1),
49- python-mock,
50- python-netaddr (>= 0.7.6),
51+ python-mock (>= 1.0),
52+ python-netaddr (>= 0.7.12),
53 python-oauthlib (>= 0.6),
54- python-oslo.i18n,
55- python-oslo.concurrency (>= 0.3.0),
56- python-oslo.config (>= 1:1.4.0),
57- python-oslo.db (>= 1.1.0),
58- python-oslo.messaging (>= 1.4.0),
59- python-oslo.serialization (>= 1.0.0),
60- python-oslosphinx,
61- python-oslotest (>= 1.2.0),
62- python-oslo.utils (>= 1.1.0),
63+ python-oslo-i18n (>= 1.3.0),
64+ python-oslo-concurrency (>= 1.4.1),
65+ python-oslo-config (>= 1:1.6.0),
66+ python-oslo-db (>= 1.4.1),
67+ python-oslo-messaging (>= 1.6.0),
68+ python-oslo-middleware (>= 0.3.0),
69+ python-oslo-serialization (>= 1.2.0),
70+ python-oslosphinx (>= 2.2.0),
71+ python-oslotest (>= 1:1.2.0),
72+ python-oslo-utils (>= 1.2.0),
73 python-passlib,
74 python-paste,
75 python-pastedeploy (>= 1.5.0),
76@@ -46,20 +50,21 @@
77 python-pysaml2,
78 python-posix-ipc,
79 python-pycadf (>= 0.6.0),
80- python-pymongo,
81+ python-pymongo (>= 2.5),
82 python-requests (>= 2.2.0),
83 python-routes (>= 1.12.3),
84 python-setuptools,
85 python-stevedore (>= 1.1.0),
86 python-six (>= 1.7.0),
87- python-sphinx,
88+ python-sphinx (>= 1.1.2),
89 python-sqlalchemy (>= 0.9.7),
90+ python-sqlite,
91 python-testtools (>= 0.9.36),
92 python-testscenarios (>= 0.4),
93 python-webob (>= 1.2.3),
94- python-webtest,
95- subunit,
96- testrepository
97+ python-webtest (>= 2.0),
98+ subunit (>= 0.0.18),
99+ testrepository (>= 0.0.18),
100 Standards-Version: 3.9.6
101 XS-Python-Version: >= 2.6
102 Homepage: http://launchpad.net/keystone
103@@ -73,26 +78,29 @@
104 Depends:
105 python-babel (>= 1.3),
106 python-dogpile.cache (>= 0.5.3),
107- python-eventlet (>= 0.15.2),
108+ python-eventlet (>= 0.16.1),
109 python-greenlet (>= 0.3.2),
110 python-iso8601 (>= 0.1.9),
111 python-jsonschema (>= 2.0.0),
112- python-keystoneclient (>= 1:0.11.1),
113+ python-keystoneclient (>= 1:1.0.0),
114 python-keystonemiddleware (>= 1.0.0),
115 python-kombu (>= 2.4.8),
116 python-migrate (>= 0.9.1),
117- python-netaddr (>= 0.7.6),
118+ python-netaddr (>= 0.7.12),
119 python-oauthlib (>= 0.6),
120- python-oslo.config (>= 1:1.4.0~a3),
121- python-oslo.concurrency (>= 0.3.0),
122- python-oslo.messaging (>= 1.4.0~a3),
123- python-oslo.db (>= 1.1.0),
124- python-oslo.i18n (>= 0.1.0),
125- python-oslo.utils (>= 1.1.0),
126+ python-oslo-config (>= 1:1.6.0),
127+ python-oslo-concurrency (>= 1.4.1),
128+ python-oslo-db (>= 1.4.1),
129+ python-oslo-i18n (>= 1.3.0),
130+ python-oslo-messaging (>= 1.6.0),
131+ python-oslo-middleware (>= 0.3.0),
132+ python-oslo-serialization (>= 1.2.0),
133+ python-oslo-utils (>= 1.2.0),
134 python-pam (>= 0.1.4),
135 python-passlib,
136 python-paste,
137- python-pastedeploy,
138+ python-pastedeploy (>= 1.5.0),
139+ python-pbr (>= 0.6),
140 python-posix-ipc,
141 python-pycadf (>= 0.6.0),
142 python-routes (>= 1.12.3),
143@@ -100,7 +108,7 @@
144 python-sqlalchemy (>= 0.9.7),
145 python-webob (>= 1.2.3),
146 python-ldap (>= 2.4),
147- python-ldappool,
148+ python-ldappool (>= 1.0),
149 ${misc:Depends},
150 ${python:Depends}
151 Suggests: python-memcache
152
153=== modified file 'debian/patches/add-version-info.patch'
154--- debian/patches/add-version-info.patch 2015-01-05 14:26:57 +0000
155+++ debian/patches/add-version-info.patch 2015-02-12 17:03:26 +0000
156@@ -3,10 +3,12 @@
157 Forwarded: Not-needed
158 --- a/etc/keystone.conf.sample
159 +++ b/etc/keystone.conf.sample
160-@@ -1616,3 +1616,5 @@ connection=sqlite:////var/lib/keystone/k
161- #driver=keystone.trust.backends.sql.Trust
162-
163-
164+@@ -1556,3 +1556,7 @@
165+
166+ # Trust backend driver. (string value)
167+ #driver = keystone.trust.backends.sql.Trust
168++
169++
170 +[extra_headers]
171 +Distribution = Ubuntu
172 --- a/keystone/common/config.py
173@@ -20,7 +22,7 @@
174 from oslo.config import cfg
175 from oslo import messaging
176
177-@@ -919,6 +921,9 @@ FILE_OPTIONS = {
178+@@ -959,6 +961,9 @@
179 'This file should be generated with the '
180 'keystone-manage saml_idp_metadata command.'),
181 ],
182@@ -32,7 +34,7 @@
183
184 --- a/keystone/common/wsgi.py
185 +++ b/keystone/common/wsgi.py
186-@@ -726,6 +726,11 @@ def render_response(body=None, status=No
187+@@ -735,6 +735,11 @@
188 headers = list(headers)
189 headers.append(('Vary', 'X-Auth-Token'))
190
191
192=== modified file 'debian/patches/default-log-dir.patch'
193--- debian/patches/default-log-dir.patch 2015-01-05 14:26:57 +0000
194+++ debian/patches/default-log-dir.patch 2015-02-12 17:03:26 +0000
195@@ -1,11 +1,10 @@
196 --- a/etc/keystone.conf.sample
197 +++ b/etc/keystone.conf.sample
198-@@ -421,7 +421,7 @@
199- # (Optional) The base directory used for relative --log-file
200- # paths. (string value)
201+@@ -171,6 +171,7 @@
202+ # value)
203 # Deprecated group/name - [DEFAULT]/logdir
204--#log_dir=<None>
205-+log_dir=/var/log/keystone
206+ #log_dir = <None>
207++log_dir = /var/log/keystone
208
209- # Use syslog for logging. Existing syslog format is DEPRECATED
210- # during I, and will change in J to honor RFC5424. (boolean
211+ # Use syslog for logging. Existing syslog format is DEPRECATED during I, and
212+ # will change in J to honor RFC5424. (boolean value)
213
214=== removed file 'debian/patches/fix-ubuntu-tests.patch'
215--- debian/patches/fix-ubuntu-tests.patch 2014-09-29 14:15:47 +0000
216+++ debian/patches/fix-ubuntu-tests.patch 1970-01-01 00:00:00 +0000
217@@ -1,31 +0,0 @@
218-From 87a0fab930757953c016a883834b24dc11743904 Mon Sep 17 00:00:00 2001
219-From: Chuck Short <chuck.short@canonical.com>
220-Date: Fri, 20 Jun 2014 09:11:57 -0400
221-Subject: [PATCH] patch
222-
223-Signed-off-by: Chuck Short <chuck.short@canonical.com>
224----
225- keystone/tests/test_keystoneclient.py | 12 ++++++------
226- 1 file changed, 6 insertions(+), 6 deletions(-)
227-
228---- a/keystone/tests/test_keystoneclient.py
229-+++ b/keystone/tests/test_keystoneclient.py
230-@@ -65,12 +65,12 @@ class CompatTestCase(tests.NoModule, tes
231-
232- self.addCleanup(self.cleanup_instance('public_server', 'admin_server'))
233-
234-- if isinstance(self.checkout_info, str):
235-- revdir = self.checkout_info
236-- else:
237-- revdir = tests.checkout_vendor(*self.checkout_info)
238-- self.add_path(revdir)
239-- self.clear_module('keystoneclient')
240-+ #if isinstance(self.checkout_info, str):
241-+ # revdir = self.checkout_info
242-+ #else:
243-+ # revdir = tests.checkout_vendor(*self.checkout_info)
244-+ #self.add_path(revdir)
245-+ #self.clear_module('keystoneclient')
246-
247- def _public_url(self):
248- public_port = self.public_server.socket_info['socket'][1]
249
250=== modified file 'debian/patches/series'
251--- debian/patches/series 2015-01-05 14:26:57 +0000
252+++ debian/patches/series 2015-02-12 17:03:26 +0000
253@@ -1,4 +1,3 @@
254-fix-ubuntu-tests.patch
255 sql_connection.patch
256 ubuntu-test-overrides.patch
257 default-log-dir.patch
258
259=== modified file 'debian/patches/sql_connection.patch'
260--- debian/patches/sql_connection.patch 2015-01-05 14:26:57 +0000
261+++ debian/patches/sql_connection.patch 2015-02-12 17:03:26 +0000
262@@ -1,11 +1,10 @@
263 --- a/etc/keystone.conf.sample
264 +++ b/etc/keystone.conf.sample
265-@@ -631,7 +631,7 @@
266- # Deprecated group/name - [DEFAULT]/sql_connection
267+@@ -569,6 +569,7 @@
268 # Deprecated group/name - [DATABASE]/sql_connection
269 # Deprecated group/name - [sql]/connection
270--#connection=<None>
271-+connection=sqlite:////var/lib/keystone/keystone.db
272+ #connection = <None>
273++connection = sqlite:////var/lib/keystone/keystone.db
274
275- # The SQLAlchemy connection string to use to connect to the
276- # slave database. (string value)
277+ # The SQLAlchemy connection string to use to connect to the slave database.
278+ # (string value)

Subscribers

People subscribed via source and target branches