Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / ceph-volume / bin / ceph-volume-systemd
1 #!/usr/bin/env python
2
3 from ceph_volume.systemd import main
4
5 if __name__ == '__main__':
6     main.main()