Merge ~twom/launchpad:loggerhead-default-interface into launchpad:master

Proposed by Tom Wardill
Status: Merged
Approved by: Tom Wardill
Approved revision: 34f43228af55afc38e4041781eba94c68c4989df
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~twom/launchpad:loggerhead-default-interface
Merge into: launchpad:master
Diff against target: 13 lines (+1/-1)
1 file modified
configs/development/launchpad-lazr.conf (+1/-1)
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+390621@code.launchpad.net

Commit message

Change developer codehosting interface to 0.0.0.0

Description of the change

We recommend running launchpad in a container now, so it's useful to be able to push bazaar branches from outside the container.
Make the default interface be 0.0.0.0 as it's one less step to making it work as a developer and one less diff that everyone has to carry.

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/configs/development/launchpad-lazr.conf b/configs/development/launchpad-lazr.conf
2index b8f2c55..a4956f3 100644
3--- a/configs/development/launchpad-lazr.conf
4+++ b/configs/development/launchpad-lazr.conf
5@@ -42,7 +42,7 @@ internal_branch_by_id_root: http://bazaar-internal.launchpad.test/
6 internal_codebrowse_root: http://localhost:8080/
7 rewrite_script_log_file: /var/tmp/bazaar.launchpad.test/rewrite.log
8 host_key_pair_path: lib/lp/codehosting/sshserver/tests/keys
9-port: tcp:5022:interface=127.0.0.88
10+port: tcp:5022:interface=0.0.0.0
11 bzr_lp_prefix: lp://dev/
12 lp_url_hosts: dev
13 access_log: /var/tmp/bazaar.launchpad.test/codehosting-access.log

Subscribers

People subscribed via source and target branches

to status/vote changes: