Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Issue 10830225: Don't use auth.json in me2me_virtual_host. (Closed)

Created:
8 years, 4 months ago by Sergey Ulanov
Modified:
8 years, 4 months ago
Reviewers:
Lambros, Wez
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, pam+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Don't use auth.json in me2me_virtual_host. auth.json was previously used to store authentication tokens. Now host config will be used to store them instead. This script will automatically upgrade config files on systems that still have auth.json BUG=120950 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=150688

Patch Set 1 : #

Total comments: 8

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+131 lines, -105 lines) Patch
M remoting/tools/me2me_virtual_host.py View 1 2 3 10 chunks +131 lines, -105 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Sergey Ulanov
8 years, 4 months ago (2012-08-08 19:46:54 UTC) #1
Lambros
http://codereview.chromium.org/10830225/diff/5001/remoting/tools/me2me_virtual_host.py File remoting/tools/me2me_virtual_host.py (right): http://codereview.chromium.org/10830225/diff/5001/remoting/tools/me2me_virtual_host.py#newcode269 remoting/tools/me2me_virtual_host.py:269: def load_config(self): Now that load_config no longer pulls data ...
8 years, 4 months ago (2012-08-08 22:11:29 UTC) #2
Sergey Ulanov
http://codereview.chromium.org/10830225/diff/5001/remoting/tools/me2me_virtual_host.py File remoting/tools/me2me_virtual_host.py (right): http://codereview.chromium.org/10830225/diff/5001/remoting/tools/me2me_virtual_host.py#newcode269 remoting/tools/me2me_virtual_host.py:269: def load_config(self): On 2012/08/08 22:11:29, Lambros wrote: > Now ...
8 years, 4 months ago (2012-08-08 22:41:03 UTC) #3
Lambros
lgtm with nits http://codereview.chromium.org/10830225/diff/11001/remoting/tools/me2me_virtual_host.py File remoting/tools/me2me_virtual_host.py (right): http://codereview.chromium.org/10830225/diff/11001/remoting/tools/me2me_virtual_host.py#newcode778 remoting/tools/me2me_virtual_host.py:778: logging.error("Faled to save host configuration.") s/Faled/Failed ...
8 years, 4 months ago (2012-08-09 01:20:27 UTC) #4
Sergey Ulanov
8 years, 4 months ago (2012-08-09 02:13:09 UTC) #5
http://codereview.chromium.org/10830225/diff/11001/remoting/tools/me2me_virtu...
File remoting/tools/me2me_virtual_host.py (right):

http://codereview.chromium.org/10830225/diff/11001/remoting/tools/me2me_virtu...
remoting/tools/me2me_virtual_host.py:778: logging.error("Faled to save host
configuration.")
On 2012/08/09 01:20:27, Lambros wrote:
> s/Faled/Failed

Done.

http://codereview.chromium.org/10830225/diff/11001/remoting/tools/me2me_virtu...
remoting/tools/me2me_virtual_host.py:800: logging.error("Faled to save host
configuration.")
On 2012/08/09 01:20:27, Lambros wrote:
> s/Faled/Failed

Done.

Powered by Google App Engine
This is Rietveld 408576698