mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-16 17:34:52 -06:00
support both hosts and host params for cqld4
This commit is contained in:
parent
2fa96ec56c
commit
ad5fa2c51f
@ -283,7 +283,7 @@ public class Cqld4Space {
|
||||
return ConfigModel.of(Cqld4Space.class)
|
||||
.add(Param.optional("localdc"))
|
||||
.add(Param.optional(List.of("secureconnectbundle","scb")))
|
||||
.add(Param.optional("hosts"))
|
||||
.add(Param.optional(List.of("hosts","host")))
|
||||
.add(Param.optional("driverconfig", String.class))
|
||||
.add(Param.optional("username", String.class, "user name (see also password and passfile)"))
|
||||
.add(Param.optional("userfile", String.class, "file to load the username from"))
|
||||
|
Loading…
Reference in New Issue
Block a user