Tendrl / ceph-integration

Extracts all data from a Ceph cluster for consumption by Tendrl
GNU Lesser General Public License v2.1
3 stars 11 forks source link

Should raise ImportError if importing rados fails #312

Closed rishubhjain closed 7 years ago

rishubhjain commented 7 years ago

https://github.com/Tendrl/ceph-integration/blob/develop/tendrl/ceph_integration/ceph.py#L664 must raise an ImportError because tendrl-ceph-integration shouldnt start without "import rados"

r0h4n commented 7 years ago

Valid bug