Stop using legacy root-password key

This commit is contained in:
Liam Young
2019-07-25 15:39:05 +00:00
parent 20402e4f30
commit 29024c1652
+1 -1
View File
@@ -61,7 +61,7 @@ class PerconaClusterTest(test_utils.OpenStackBaseTest):
"""
return zaza.model.run_on_leader(
self.application,
"leader-get root-password")["Stdout"].strip()
"leader-get mysql.passwd")["Stdout"].strip()
def get_wsrep_value(self, attr):
"""Get wsrrep value from the DB.