]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume create an api module to hold common api modules 18587/head
authorAlfredo Deza <adeza@redhat.com>
Tue, 3 Oct 2017 20:13:33 +0000 (16:13 -0400)
committerAlfredo Deza <adeza@redhat.com>
Fri, 27 Oct 2017 11:19:23 +0000 (07:19 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit f72368641d7f38b6395afb7ed70a0a9d0794a03a)

src/ceph-volume/ceph_volume/api/__init__.py [new file with mode: 0644]

diff --git a/src/ceph-volume/ceph_volume/api/__init__.py b/src/ceph-volume/ceph_volume/api/__init__.py
new file mode 100644 (file)
index 0000000..ecc9712
--- /dev/null
@@ -0,0 +1,3 @@
+"""
+Device API that can be shared among other implementations.
+"""