remove ceph code
[stor4nfv.git] / src / ceph / src / ceph-detect-init / ceph_detect_init / rhel / __init__.py
diff --git a/src/ceph/src/ceph-detect-init/ceph_detect_init/rhel/__init__.py b/src/ceph/src/ceph-detect-init/ceph_detect_init/rhel/__init__.py
deleted file mode 100644 (file)
index b9738a7..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-distro = None
-release = None
-codename = None
-
-
-def choose_init():
-    """Select a init system
-
-    Returns the name of a init system (upstart, sysvinit ...).
-    """
-    if release and int(release.split('.')[0]) >= 7:
-        return 'systemd'
-    return 'sysvinit'