LGTM On Tue, Sep 29, 2015 at 5:21 PM, 'Hrvoje Ribicic' via ganeti-devel < [email protected]> wrote:
> Signed-off-by: Hrvoje Ribicic <[email protected]> > --- > qa/qa_rapi.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/qa/qa_rapi.py b/qa/qa_rapi.py > index 9938333..efaffec 100644 > --- a/qa/qa_rapi.py > +++ b/qa/qa_rapi.py > @@ -188,7 +188,7 @@ def SetupRapi(): > global _rapi_username > global _rapi_password > > - _rapi_username = "ganeti-qa" > + _rapi_username = qa_config.get("rapi-user", "ganeti-qa") > if qa_config.TestEnabled("create-cluster"): > # For a new cluster, we have to invent a secret and a user > _rapi_password = utils.GenerateSecret() > -- > 2.6.0.rc2.230.g3dd15c0 > > -- Lisa Velden Software Engineer [email protected] Google Germany GmbH Dienerstraße 12 80331 München Geschäftsführer: Graham Law, Christine Elizabeth Flores Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg
