]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph_volume: fix rstrip for python 3
authorBruceforce <markus.greis@gmx.de>
Tue, 19 Mar 2019 16:22:25 +0000 (17:22 +0100)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Tue, 19 Mar 2019 18:53:50 +0000 (18:53 +0000)
commit2590d3cfba4679656c5e29f71c90c1e2e597942b
treee4c29fa68478e4eb4f24065b0d61e9a899388659
parent274bf3e038aa43dabc330ccf5183e7b3f7441a31
ceph_volume: fix rstrip for python 3
Removing bytes literals since rstrip only supports type String or None.

Signed-off-by: Bruceforce <markus.greis@gmx.de>
library/ceph_volume.py