initial code repo
[stor4nfv.git] / src / ceph / src / ceph-detect-init / ceph_detect_init / oraclevms / __init__.py
diff --git a/src/ceph/src/ceph-detect-init/ceph_detect_init/oraclevms/__init__.py b/src/ceph/src/ceph-detect-init/ceph_detect_init/oraclevms/__init__.py
new file mode 100644 (file)
index 0000000..f7bf85b
--- /dev/null
@@ -0,0 +1,11 @@
+distro = None
+release = None
+codename = None
+
+
+def choose_init():
+    """Select a init system
+
+    Returns the name of a init system (upstart, sysvinit ...).
+    """
+    return 'sysvinit'