Skip to content

Commit

Permalink
Merge pull request #37 from gnuoy/use-correct-mysql-pwd-key
Browse files Browse the repository at this point in the history
Stop using legacy root-password key
  • Loading branch information
freyes authored Sep 15, 2023
2 parents d2df59c + 29024c1 commit ea36acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zaza/openstack/charm_tests/mysql/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def get_root_password(self):
"""
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.
Expand Down

0 comments on commit ea36acd

Please sign in to comment.