Merge "Fix the failure of loading the instance of MongoDbMode"

This commit is contained in:
Jenkins 2016-07-06 17:12:11 +00:00 committed by Gerrit Code Review
commit 2f24f400c8
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ from freezer.mode import mode
LOG = log.getLogger(__name__)
class MongoDbMode(mode.Mode):
class MongoMode(mode.Mode):
"""
Execute the necessary tasks for file system backup mode
"""