]> 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>
Mon, 18 Feb 2019 16:39:38 +0000 (16:39 +0000)
commit2c1a690774dd4685e16c142684f6402e91a53858
treec4048df74cebea9e7b4d00ab24bd2ee00f52b7eb
parenta43c68df7d3dc5f76432d8768f913e8dbbf64a91
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>
(cherry picked from commit f5c2ca3710844f73960b5e3652c521de97fb3383)
library/ceph_key.py