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