ceph-deploy
ceph-deploy copied to clipboard
python3 strings are Unicode already, so no need to .decode() for python3
Using duck typing to decide -- if there is a .decode() method, then we assume python2 and apply it; doing nothing otherwise
Can one of the admins verify this patch?