]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
python-common: add py.typed (PEP 561)
authorSebastian Wagner <sebastian.wagner@suse.com>
Wed, 12 Feb 2020 10:34:40 +0000 (11:34 +0100)
committerSebastian Wagner <sebastian.wagner@suse.com>
Wed, 12 Feb 2020 10:34:40 +0000 (11:34 +0100)
commit89720800802b98458f50634ec9d723d97abf434f
tree3bf59f2404d570bbaa677ddd38865fcd45a53627
parentb3783bf5176085a48e69b27abb3a155cc598f246
python-common: add py.typed (PEP 561)

Bugs found:

* Fixed documentation of how `mgr/Orchestrator.create_osds` is called
* mgr/Rook.create_osds: Added missing `.path` when querying paths.
* mgr/Rook.create_osds: Fixed progress message
* mgr/RookCluster.create_osds: Empty list instead of `None`
* python-common: use empty objects instead of `None`

Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/orchestrator.py
src/pybind/mgr/requirements.txt
src/pybind/mgr/rook/module.py
src/pybind/mgr/rook/rook_cluster.py
src/python-common/ceph/deployment/drive_group.py
src/python-common/ceph/deployment/inventory.py
src/python-common/ceph/py.typed [new file with mode: 0644]