Example #1
0
    def nodes(cli_opts):  # noqa: B902
        """ show nodes info """

        kvstore.NodesCmd(cli_opts).run()
Example #2
0
 def print_kvstore_nodes(self):
     kvstore.NodesCmd(self.cli_opts).run()
Example #3
0
    def nodes(cli_opts):  # noqa: B902
        ''' show nodes info '''

        kvstore.NodesCmd(cli_opts).run()