From 002b8e72121dc8ab938f3cd1e5570001dc1f0d4e Mon Sep 17 00:00:00 2001 From: mpl Date: Wed, 29 Apr 2015 22:58:53 +0200 Subject: [PATCH] deploy/gce: do not display login/pass on success Fixes #597 Change-Id: Id53ad64651fdc9922eb33bb70d320b16e1d7777f --- pkg/deploy/gce/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/deploy/gce/handler.go b/pkg/deploy/gce/handler.go index 8b078b092..8bdfd72fc 100644 --- a/pkg/deploy/gce/handler.go +++ b/pkg/deploy/gce/handler.go @@ -946,7 +946,7 @@ var tplHTML = `

Camlistore on Google Cloud

{{if .InstanceIP}} -

Success. Your Camlistore instance should be up at https://{{.InstanceIP}} (login: ` + camliUsername + `, password: {{.Conf.Password}}). It can take a couple of minutes to be ready.

+

Success. Your Camlistore instance should be up at https://{{.InstanceIP}}. It can take a couple of minutes to be ready.

Please save the information on this page in case you need to come back for the instruction.

First connection