freezer/freezer/mode
zengchen f41b6130ae Fix the failure of loading the instance of MongoDbMode
It is failed to load instance of MongoDbMode when the mode is 'mongo' and
loading the mode instance at BackupJob.execute_method. Because the
mod_name=freezer.mode.mongo.MongoMode is not exist, the current
mod_name=freezer.mode.mongo.MongoDbMode. It needs to change the class name
of MongoDbMode to MongoMode

Change-Id: I687f411c98bc1841df5e60937ed87078eae405d6
Closes-Bug: #1589788
2016-06-07 11:53:57 +08:00
..
__init__.py Refactoring of mysql, msserver and mongo code. 2016-03-03 10:39:43 +00:00
fs.py Rename mode default to fs 2016-03-23 09:54:09 +00:00
mode.py Refactoring of mysql, msserver and mongo code. 2016-03-03 10:39:43 +00:00
mongo.py Fix the failure of loading the instance of MongoDbMode 2016-06-07 11:53:57 +08:00
mysql.py Refactoring of code: 2016-03-08 14:20:23 +00:00
sqlserver.py Refactoring of code: 2016-03-08 14:20:23 +00:00