commit | e7e1a4d9933b14c336be5f590c595e5528474dbd | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Sat Dec 17 20:29:52 2016 +0200 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Sat Dec 17 20:29:52 2016 +0200 |
tree | 0cbc1979b8ea6c01221efe8a0e48698931f82a58 | |
parent | 39e449e6b64dd53f20cd9c0822471286aba90e6e [diff] [blame] |
fixeg code
diff --git a/wally/ceph.py b/wally/ceph.py index e23343e..1e79126 100644 --- a/wally/ceph.py +++ b/wally/ceph.py
@@ -85,7 +85,7 @@ if key is None: key = "/etc/ceph/{}.client.admin.keyring".format(cluster) - with setup_rpc(connect(info), ctx.rpc_code) as node: + with setup_rpc(connect(info), ctx.rpc_code, ctx.default_rpc_plugins) as node: # new_nodes.extend(ceph.discover_ceph_nodes(ceph_root_conn, cluster=cluster, conf=conf, key=key)) ssh_key = node.get_file_content("~/.ssh/id_rsa")