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
8 lines
167 B
Python
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
|