Logging root password

pull/5791/head
유성덕 8 years ago
parent 30f8fee402
commit 2a3a35334a

@ -35,6 +35,8 @@ func (s *StepGetRootPassword) getRootPassword(serverInstanceNo string, privateKe
return "", err
}
s.Say(fmt.Sprintf("Root password is %s", rootPassword.RootPassword))
return rootPassword.RootPassword, nil
}

Loading…
Cancel
Save