
This patch introduces a queue controller for the mongodb storage backend. Implements blueprint storage-mongodb Change-Id: I473d0514b1948bedeae66c3b737d9e18e088c796
4 lines
98 B
Python
4 lines
98 B
Python
"""MongoDB Storage Driver for Marconi"""
|
|
|
|
from marconi.storage.mongodb.base import Driver # NOQA
|