Files
zaqar/marconi/storage/reference/__init__.py
Kurt Griffiths 8e72773c65 feat(Kernel): Demonstrate wiring up endpoints
Add just enough code to show how the kernel might use endpoint controllers
as the uniform interface between transport and storage drivers.

Change-Id: Id359986a4e45850266e64b06dae4544b52c8f93c
Implements: blueprint endpoints
2013-02-27 14:06:34 +01:00

8 lines
167 B
Python

"""In-memory reference Storage Driver for Marconi.
Useful for automated testing and for prototyping storage driver concepts.
"""
from .driver import Driver # NOQA