Skip to content

Commit 6310ae1

Browse files
IAGO HENRIQUEIAGO HENRIQUE
authored andcommitted
Fixed class name, because class name was a duplicated name
1 parent 399b524 commit 6310ae1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dbaas/drivers/replication_topologies/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ def get_stop_database_vm_steps(self):
724724
'workflow.steps.util.database.checkAndFixMySQLReplication',
725725
)}, {
726726
'Stopping database': (
727-
'workflow.steps.util.mysql.SaveMysqlBinlog',
727+
'workflow.steps.util.mysql.SaveMysqlBinlogToStopDatabase',
728728
'workflow.steps.util.database.Stop',
729729
'workflow.steps.util.database.StopRsyslog',
730730
'workflow.steps.util.database.CheckIsDown',

dbaas/workflow/steps/util/mysql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def do(self):
229229
client = driver.get_client(self.instance)
230230

231231

232-
class SaveMySqlBinlog(MySQLStep):
232+
class SaveMysqlBinlogToStopDatabase(MySQLStep):
233233

234234
def __unicode__(self):
235235
return "Saving binlog position to stop database..."

0 commit comments

Comments
 (0)