]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
pybind/rados: return pool_reverse_lookup() result as a string
authorJosh Durgin <jdurgin@redhat.com>
Thu, 12 Nov 2015 08:57:36 +0000 (00:57 -0800)
committerJosh Durgin <jdurgin@redhat.com>
Fri, 13 Nov 2015 03:35:34 +0000 (19:35 -0800)
commit3515e22e2de717357cefa55b826260a44135f7ac
treefee24fe160c3cb40b4170a93d3cf387c5540e082
parent763ca2a996bf2dce2610668ee2b53e6b5a8e6ee7
pybind/rados: return pool_reverse_lookup() result as a string

This makes it symmetric with create_pool() in python 3.

Signed-off-by: Josh Durgin <jdurgin@redhat.com>
src/pybind/rados.py
src/test/pybind/test_rados.py