]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/mon: refactor Connection::create_auth() so it can be reused
authorKefu Chai <kchai@redhat.com>
Thu, 11 Apr 2019 05:01:36 +0000 (13:01 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 16 Apr 2019 14:14:11 +0000 (22:14 +0800)
commit15b8258efb1dad4fb72d77ae714cc323e0569a4d
tree53ffc870ed1958800098511bc53974aa554ff7af
parent27b5c54f11e9544e90a2914687359b0759e1620f
crimson/mon: refactor Connection::create_auth() so it can be reused

Connection::create_auth() will be shared by v1 and v2 msgrs, so we need
to decouple it from v1 implementation.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/mon/MonClient.cc