]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph_key: fix rstrip for python 3
authorSébastien Han <seb@redhat.com>
Mon, 19 Nov 2018 08:56:45 +0000 (09:56 +0100)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Tue, 27 Nov 2018 16:47:40 +0000 (16:47 +0000)
commitf5c2ca3710844f73960b5e3652c521de97fb3383
tree8aff5b6c941c3903d022c5ca0ac7266fd3ccb00e
parent7100cc5e77dccc24d7e7e0be3f5228f60b756cbd
ceph_key: fix rstrip for python 3

Removing bytes literals since rstrip only supports type String or None.

Signed-off-by: Sébastien Han <seb@redhat.com>
library/ceph_key.py