Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / ceph-volume / ceph_volume / __init__.py
1 from collections import namedtuple
2
3 conf = namedtuple('config', ['ceph', 'cluster', 'verbosity', 'path', 'log_path'])
4
5 __version__ = "1.0.0"