From: Alfredo Deza Date: Tue, 3 Oct 2017 20:13:33 +0000 (-0400) Subject: ceph-volume create an api module to hold common api modules X-Git-Tag: v12.2.2~113^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bb8586b259726eb0ae72db7c6a238b2d2432fc9b;p=ceph.git ceph-volume create an api module to hold common api modules Signed-off-by: Alfredo Deza (cherry picked from commit f72368641d7f38b6395afb7ed70a0a9d0794a03a) --- diff --git a/src/ceph-volume/ceph_volume/api/__init__.py b/src/ceph-volume/ceph_volume/api/__init__.py new file mode 100644 index 00000000000..ecc97129918 --- /dev/null +++ b/src/ceph-volume/ceph_volume/api/__init__.py @@ -0,0 +1,3 @@ +""" +Device API that can be shared among other implementations. +"""