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

changes/92/338792/1
Jenkins 7 years ago committed by Gerrit Code Review
commit 2f24f400c8

@ -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
"""

Loading…
Cancel
Save