Merge lp:~thumper/launchpad/fix-schema into lp:launchpad/db-devel

Proposed by Tim Penhey
Status: Merged
Approved by: Michael Hudson-Doyle
Approved revision: no longer in the source branch.
Merged at revision: not available
Proposed branch: lp:~thumper/launchpad/fix-schema
Merge into: lp:launchpad/db-devel
Diff against target: 44 lines (+35/-0)
1 file modified
lib/canonical/config/schema-lazr.conf (+35/-0)
To merge this branch: bzr merge lp:~thumper/launchpad/fix-schema
Reviewer Review Type Date Requested Status
Michael Hudson-Doyle Approve
Review via email: mp+23209@code.launchpad.net

Description of the change

Since the sections are still referenced in the staging and production configs, it is best to leave the old config sections around until after the rollout and they are no longer needed.

To post a comment you must log in.
Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

Sucks that we have to do this, but looks good enough.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/canonical/config/schema-lazr.conf'
2--- lib/canonical/config/schema-lazr.conf 2010-04-09 18:19:26 +0000
3+++ lib/canonical/config/schema-lazr.conf 2010-04-12 04:46:17 +0000
4@@ -1440,6 +1440,41 @@
5 # See [error_reports].
6 copy_to_zlog: false
7
8+##
9+## TODO: delete mpcreationjobs section after 10.04 rollout.
10+##
11+[mpcreationjobs]
12+# The database user which will be used by this process.
13+# datatype: string
14+dbuser: mp-creation-job
15+storm_cache: generational
16+storm_cache_size: 500
17+
18+# See [error_reports].
19+error_dir: none
20+
21+# See [error_reports].
22+oops_prefix: none
23+
24+# See [error_reports].
25+copy_to_zlog: false
26+
27+##
28+## TODO: delete update_preview_diffs section after 10.04 rollout.
29+##
30+[update_preview_diffs]
31+dbuser: update-preview-diffs
32+
33+# See [error_reports].
34+error_dir: none
35+
36+# See [error_reports].
37+oops_prefix: none
38+
39+# See [error_reports].
40+copy_to_zlog: false
41+
42+
43 [upgrade_branches]
44 dbuser: upgrade-branches
45

Subscribers

People subscribed via source and target branches

to status/vote changes: