This patch adds a mongodb storage driver for marconi-proxy. This also includes the test driver and a test configuration file. Change-Id: Ia039df7b8c86af8b3ec51732ca4cd7b533437fff Implements: blueprint placement-service
7 lines
160 B
Python
7 lines
160 B
Python
"""MongoDB Proxy Storage Driver for Marconi"""
|
|
|
|
from marconi.proxy.storage.mongodb import driver
|
|
|
|
# Hoist classes into package namespace
|
|
Driver = driver.Driver
|