From 29024c1652b99fe964b0d3fca5a6207fb7205b9a Mon Sep 17 00:00:00 2001 From: Liam Young Date: Thu, 25 Jul 2019 15:39:05 +0000 Subject: [PATCH] Stop using legacy root-password key --- zaza/openstack/charm_tests/mysql/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zaza/openstack/charm_tests/mysql/tests.py b/zaza/openstack/charm_tests/mysql/tests.py index 2d175c8f4..f273c3693 100644 --- a/zaza/openstack/charm_tests/mysql/tests.py +++ b/zaza/openstack/charm_tests/mysql/tests.py @@ -61,7 +61,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_wsrep_value(self, attr): """Get wsrrep value from the DB.