charm-ceph-mon/lib/charms_ceph
Corey Bryant 415b795127 Rename lib/ceph to lib/charms_ceph
The new python3-ceph-common deb package (introduced in ceph octopus)
adds a new ceph directory (a parent package in python terms) in
/usr/lib/python3/dist-packages/ceph/. This results in a conflict with
charm-ceph-osd/lib/ceph/. For example, with the current import of
ceph.utils in hooks/ceph_hooks.py, Python finds no utils.py in
/usr/lib/python3/dist-packages/ceph/ and then stops searching.
Therefore, rename lib/ceph to lib/charms_ceph to avoid the conflict.

Depends-On: https://review.opendev.org/#/c/709226
Change-Id: Id5bdff991c1e6c196c09ba5a2241ebd5ebe6da91
2020-02-24 15:07:44 +00:00
..
__init__.py Rename lib/ceph to lib/charms_ceph 2020-02-24 15:07:44 +00:00
broker.py Rename lib/ceph to lib/charms_ceph 2020-02-24 15:07:44 +00:00
crush_utils.py Rename lib/ceph to lib/charms_ceph 2020-02-24 15:07:44 +00:00
utils.py Rename lib/ceph to lib/charms_ceph 2020-02-24 15:07:44 +00:00