initial code repo
[stor4nfv.git] / src / ceph / src / ceph-volume / ceph_volume / __init__.py
diff --git a/src/ceph/src/ceph-volume/ceph_volume/__init__.py b/src/ceph/src/ceph-volume/ceph_volume/__init__.py
new file mode 100644 (file)
index 0000000..f550001
--- /dev/null
@@ -0,0 +1,5 @@
+from collections import namedtuple
+
+conf = namedtuple('config', ['ceph', 'cluster', 'verbosity', 'path', 'log_path'])
+
+__version__ = "1.0.0"