diff --git a/doc/guide/dhcp4-srv.xml b/doc/guide/dhcp4-srv.xml index 76fbba6446..e000691346 100644 --- a/doc/guide/dhcp4-srv.xml +++ b/doc/guide/dhcp4-srv.xml @@ -522,6 +522,16 @@ The default value for Cassandra is 2000 ms. + + Note that host parameter is used by MySQL and PostgreSQL + backends. Cassandra has a concept of contact points that could be + used to contact the cluster, instead of a single IP or + hostname. It takes a list of comma-separated IP addresses, which may be specified as: + +"Dhcp4": { "lease-database": { "contact-points" : "192.0.2.1,192.0.2.2", ... }, ... } + + + Finally, the credentials of the account under which the server will access the database should be set: