Merge lp:~gandelman-a/ubuntu/raring/keystone/pki_setup into lp:~openstack-ubuntu-testing/keystone/grizzly

Proposed by Adam Gandelman
Status: Merged
Merged at revision: 182
Proposed branch: lp:~gandelman-a/ubuntu/raring/keystone/pki_setup
Merge into: lp:~openstack-ubuntu-testing/keystone/grizzly
Diff against target: 34 lines (+7/-2)
2 files modified
debian/changelog (+6/-2)
debian/keystone.postinst (+1/-0)
To merge this branch: bzr merge lp:~gandelman-a/ubuntu/raring/keystone/pki_setup
Reviewer Review Type Date Requested Status
James Page Approve
Review via email: mp+152796@code.launchpad.net

Description of the change

Uses keystone-manage to initialize /etc/keystone/ssl/ for PKI tokens, which is now the default. If we don't want to do enable this by default, we can instead patch keystone.conf and set 'token_format = UUID' to preserve default behavior from <= Folsom.

To post a comment you must log in.
Revision history for this message
James Page (james-page) wrote :

Sorry - LGTM

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-03-11 13:55:32 +0000
+++ debian/changelog 2013-03-11 23:16:25 +0000
@@ -1,4 +1,4 @@
1keystone (1:2013.1.a231.g0496907-0ubuntu1) UNRELEASED; urgency=low1keystone (1:2013.1.a231.g0496907-0ubuntu2) UNRELEASED; urgency=low
22
3 [ James Page ]3 [ James Page ]
4 * d/watch: Update uversionmangle to deal with upstream versioning4 * d/watch: Update uversionmangle to deal with upstream versioning
@@ -18,7 +18,11 @@
18 - Dropped python-prettytable no longer needed.18 - Dropped python-prettytable no longer needed.
19 * Update standards 19 * Update standards
2020
21 -- James Page <james.page@ubuntu.com> Fri, 01 Mar 2013 14:11:04 +000021 [ Adam Gandelman ]
22 * debian/keystone.postinst: Run pki_setup during configure to intitialize
23 PKI infrastructure for signed tokens (now enabled by default).
24
25 -- Adam Gandelman <adamg@ubuntu.com> Mon, 11 Mar 2013 16:04:45 -0700
2226
23keystone (2013.1.g3-0ubuntu1) raring; urgency=low27keystone (2013.1.g3-0ubuntu1) raring; urgency=low
2428
2529
=== modified file 'debian/keystone.postinst'
--- debian/keystone.postinst 2012-12-11 16:12:12 +0000
+++ debian/keystone.postinst 2013-03-11 23:16:25 +0000
@@ -21,6 +21,7 @@
21 then21 then
22 su -s /bin/sh -c 'exec keystone-manage db_sync' keystone22 su -s /bin/sh -c 'exec keystone-manage db_sync' keystone
23 fi23 fi
24 su -s /bin/sh -c 'exec keystone-manage pki_setup' keystone
24 ;;25 ;;
25 abort-upgrade)26 abort-upgrade)
26 echo "aport upgrade called"27 echo "aport upgrade called"

Subscribers

People subscribed via source and target branches