Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / ceph-detect-init / ceph_detect_init / docker / __init__.py
1 def choose_init():
2     """Returns 'none' because we are running in a container"""
3     return 'none'