]> git.proxmox.com Git - ceph.git/blob - ceph/src/ceph-detect-init/ceph_detect_init/docker/__init__.py
bump version to 12.2.12-pve1
[ceph.git] / 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'