From c62424aa2cd323a2bcd65f144ccba2b8d669cd93 Mon Sep 17 00:00:00 2001 From: Qiu Jian Date: Sat, 17 Nov 2018 12:54:56 +0800 Subject: [PATCH] change yunionroot => cloudroot --- pkg/util/ansible/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/util/ansible/const.go b/pkg/util/ansible/const.go index 06ac34ff47..0f74502789 100644 --- a/pkg/util/ansible/const.go +++ b/pkg/util/ansible/const.go @@ -1,5 +1,5 @@ package ansible const ( - PUBLIC_CLOUD_ANSIBLE_USER = "yunionroot" + PUBLIC_CLOUD_ANSIBLE_USER = "cloudroot" )