Merge lp:~zulcss/keystone/keystone-refreshed into lp:~ubuntu-server-dev/keystone/havana

Proposed by Chuck Short
Status: Merged
Merged at revision: 203
Proposed branch: lp:~zulcss/keystone/keystone-refreshed
Merge into: lp:~ubuntu-server-dev/keystone/havana
Diff against target: 41 lines (+6/-6)
2 files modified
debian/changelog (+1/-1)
debian/patches/sql_connection.patch (+5/-5)
To merge this branch: bzr merge lp:~zulcss/keystone/keystone-refreshed
Reviewer Review Type Date Requested Status
Andres Rodriguez (community) Approve
Review via email: mp+170639@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Andres Rodriguez (andreserl) wrote :

lgtm! Might be worth adding a changelog entry

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 2013-06-11 20:11:18 +0000
+++ debian/changelog 2013-06-20 14:41:50 +0000
@@ -1,4 +1,4 @@
1keystone (1:2013.2.b1.46.gb3e4969-0ubuntu1) UNRELEASED; urgency=low1keystone (1:2013.2.b1.111.g7ccfac7-0ubuntu1) UNRELEASED; urgency=low
22
3 [ Adam Gandelman ]3 [ Adam Gandelman ]
4 * debian/patches/*: Refresh4 * debian/patches/*: Refresh
55
=== modified file 'debian/patches/sql_connection.patch'
--- debian/patches/sql_connection.patch 2013-06-06 18:10:33 +0000
+++ debian/patches/sql_connection.patch 2013-06-20 14:41:50 +0000
@@ -1,6 +1,6 @@
1diff -Naurp keystone-2013.2.b1.46.gb3e4969.orig/etc/keystone.conf.sample keystone-2013.2.b1.46.gb3e4969/etc/keystone.conf.sample1diff -Naurp keystone-2013.2.b1.111.g7ccfac7.orig/etc/keystone.conf.sample keystone-2013.2.b1.111.g7ccfac7/etc/keystone.conf.sample
2--- keystone-2013.2.b1.46.gb3e4969.orig/etc/keystone.conf.sample 2013-06-06 13:02:21.000000000 -05002--- keystone-2013.2.b1.111.g7ccfac7.orig/etc/keystone.conf.sample 2013-06-20 09:05:17.000000000 -0500
3+++ keystone-2013.2.b1.46.gb3e4969/etc/keystone.conf.sample 2013-06-06 13:09:45.325872902 -05003+++ keystone-2013.2.b1.111.g7ccfac7/etc/keystone.conf.sample 2013-06-20 09:22:24.191764787 -0500
4@@ -52,10 +52,10 @@4@@ -52,10 +52,10 @@
5 # verbose = False5 # verbose = False
6 6
@@ -51,7 +51,7 @@
51 # template_file = default_catalog.templates51 # template_file = default_catalog.templates
52 52
53 [token]53 [token]
54-# driver = keystone.token.backends.kvs.Token54-# driver = keystone.token.backends.sql.Token
55+driver = keystone.token.backends.sql.Token55+driver = keystone.token.backends.sql.Token
56 56
57 # Amount of time a token should remain valid (in seconds)57 # Amount of time a token should remain valid (in seconds)
@@ -63,7 +63,7 @@
63 63
64 [ec2]64 [ec2]
65-# driver = keystone.contrib.ec2.backends.kvs.Ec265-# driver = keystone.contrib.ec2.backends.kvs.Ec2
66+driver = keystone.contrib.ec2.backends.sql.Ec266+driver = keystone.contrib.ec2.backends.kvs.Ec2
67 67
68 [ssl]68 [ssl]
69 #enable = True69 #enable = True

Subscribers

People subscribed via source and target branches