Merge lp:~corey.bryant/charms/precise/keystone/fix-for-1288344 into lp:~openstack-charmers-archive/charms/precise/keystone/trunk

Proposed by Corey Bryant
Status: Merged
Merged at revision: 59
Proposed branch: lp:~corey.bryant/charms/precise/keystone/fix-for-1288344
Merge into: lp:~openstack-charmers-archive/charms/precise/keystone/trunk
Diff against target: 12 lines (+2/-0)
1 file modified
hooks/keystone_hooks.py (+2/-0)
To merge this branch: bzr merge lp:~corey.bryant/charms/precise/keystone/fix-for-1288344
Reviewer Review Type Date Requested Status
James Page Approve
Review via email: mp+209787@code.launchpad.net
To post a comment you must log in.
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 'hooks/keystone_hooks.py'
2--- hooks/keystone_hooks.py 2014-02-25 12:29:18 +0000
3+++ hooks/keystone_hooks.py 2014-03-06 21:21:30 +0000
4@@ -433,6 +433,8 @@
5 if config_dirty():
6 utils.restart('keystone')
7
8+ time.sleep(5);
9+
10 if cluster.eligible_leader(CLUSTER_RES):
11 utils.juju_log('INFO',
12 'Firing identity_changed hook'

Subscribers

People subscribed via source and target branches