Merge pull request #37 from gnuoy/use-correct-mysql-pwd-key

Stop using legacy root-password key
This commit is contained in:
Felipe Reyes
2023-09-15 09:35:11 -03:00
committed by GitHub
+1 -1
View File
@@ -54,7 +54,7 @@ class MySQLBaseTest(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_cluster_status(self):
"""Get cluster status.