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