remove ceph code
[stor4nfv.git] / src / ceph / src / pybind / mgr / restful / api / doc.py
diff --git a/src/ceph/src/pybind/mgr/restful/api/doc.py b/src/ceph/src/pybind/mgr/restful/api/doc.py
deleted file mode 100644 (file)
index 96e4d6a..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-from pecan import expose
-from pecan.rest import RestController
-
-from restful import module
-
-import restful
-
-
-class Doc(RestController):
-    @expose(template='json')
-    def get(self, **kwargs):
-        """
-        Show documentation information
-        """
-        return module.instance.get_doc_api(restful.api.Root)