]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5061] contact_points -> contact-points
authorFrancis Dupont <fdupont@isc.org>
Wed, 1 Mar 2017 09:00:44 +0000 (10:00 +0100)
committerFrancis Dupont <fdupont@isc.org>
Wed, 1 Mar 2017 09:00:44 +0000 (10:00 +0100)
doc/examples/kea4/backends.json
doc/examples/kea4/cassandra.json
doc/examples/kea6/backends.json
doc/examples/kea6/cassandra.json

index f3cc1fcf290c8a62a167c2ad8dc29166f2c1ae61..e7b77d074d418f0ec752fc4583692d81c5ee847b 100644 (file)
@@ -63,7 +63,7 @@
 # 4. CQL (Cassandra) backend. Leases will be stored in Cassandra database. Make
 # sure it is up, running and properly initialized. See kea-admin documentation
 # for details on how to initialize the database. The only strictly required
-# parameters are type, keyspace and contact_points. At least one contact point
+# parameters are type, keyspace and contact-points. At least one contact point
 # must be specified, but more than one is required for redundancy. Make sure
 # you specify the contact points without spaces. Kea must be compiled with
 # --with-cql option to use this backend.
index 38c5521d79305f3bb80b11575f6fb98f4b667f3f..5f15f1f7555bda7f7b325cc53183f435aea5b9f5 100644 (file)
@@ -13,7 +13,7 @@
 // 4. CQL (Cassandra) backend. Leases will be stored in Cassandra database. Make
 // sure it is up, running and properly initialized. See kea-admin documentation
 // for details on how to initialize the database. The only strictly required
-// parameters are type, keyspace and contact_points. At least one contact point
+// parameters are type, keyspace and contact-points. At least one contact point
 // must be specified, but more than one is required for redundancy. Make sure
 // you specify the contact points without spaces. Kea must be compiled with
 // --with-cql option to use this backend.
index fa6f0f0eda72b8c69e10d2c3ea65373373d549b8..e3f66004a8787ca5225e653d2fc204a860c9ad49 100644 (file)
@@ -63,7 +63,7 @@
 # 4. CQL (Cassandra) backend. Leases will be stored in Cassandra database. Make
 # sure it is up, running and properly initialized. See kea-admin documentation
 # for details on how to initialize the database. The only strictly required
-# parameters are type, keyspace and contact_points. At least one contact point
+# parameters are type, keyspace and contact-points. At least one contact point
 # must be specified, but more than one is required for redundancy. Make sure
 # you specify the contact points without spaces. Kea must be compiled with
 # --with-cql option to use this backend.
index d3101e004900f8cc7815f71e20054b5fba5d7e62..9ae2544a8cabb127c1131581bcf211eb5250524e 100644 (file)
 // CQL (Cassandra) backend. Leases will be stored in Cassandra database. Make
 // sure it is up, running and properly initialized. See kea-admin documentation
 // for details on how to initialize the database. The only strictly required
-// parameters are type, keyspace and contact_points. At least one contact point
+// parameters are type, keyspace and contact-points. At least one contact point
 // must be specified, but more than one is required for redundancy. Make sure
 // you specify the contact points without spaces. Kea must be compiled with
 // --with-cql option to use this backend.
   "lease-database": {
       "type": "cql",
       "keyspace": "keatest",
-      "contact_points": "192.0.2.1,192.0.2.2,192.0.2.3",
+      "contact-points": "192.0.2.1,192.0.2.2,192.0.2.3",
       "port": 9042
   },