From 38c41e6f35cec0ac46b670959b2ee49d5617a440 Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Wed, 20 Feb 2019 14:52:38 -0500 Subject: [PATCH] Update dhcp4-srv.xml to add Stephen's recommended change (copying lines 525-533 from dhcp6-srv.xml) --- doc/guide/dhcp4-srv.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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: -- 2.47.2