Merge "storage: remove per-driver options"

This commit is contained in:
Jenkins
2013-07-24 12:40:37 +00:00
committed by Gerrit Code Review
9 changed files with 1 additions and 75 deletions

View File

@@ -74,10 +74,6 @@ class MongoDBStorage(base.StorageEngine):
}
"""
def register_opts(self, conf):
"""Register any configuration options used by this engine.
"""
def get_connection(self, conf):
"""Return a Connection instance based on the configuration settings.
"""