2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[5061] contact_points -> contact-points

This commit is contained in:
Francis Dupont
2017-03-01 10:00:44 +01:00
parent efa8dd3f30
commit e7fcce77b7
4 changed files with 5 additions and 5 deletions

View File

@@ -63,7 +63,7 @@
# 4. CQL (Cassandra) backend. Leases will be stored in Cassandra database. Make # 4. CQL (Cassandra) backend. Leases will be stored in Cassandra database. Make
# sure it is up, running and properly initialized. See kea-admin documentation # sure it is up, running and properly initialized. See kea-admin documentation
# for details on how to initialize the database. The only strictly required # 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 # 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 # you specify the contact points without spaces. Kea must be compiled with
# --with-cql option to use this backend. # --with-cql option to use this backend.

View File

@@ -13,7 +13,7 @@
// 4. CQL (Cassandra) backend. Leases will be stored in Cassandra database. Make // 4. CQL (Cassandra) backend. Leases will be stored in Cassandra database. Make
// sure it is up, running and properly initialized. See kea-admin documentation // sure it is up, running and properly initialized. See kea-admin documentation
// for details on how to initialize the database. The only strictly required // 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 // 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 // you specify the contact points without spaces. Kea must be compiled with
// --with-cql option to use this backend. // --with-cql option to use this backend.

View File

@@ -63,7 +63,7 @@
# 4. CQL (Cassandra) backend. Leases will be stored in Cassandra database. Make # 4. CQL (Cassandra) backend. Leases will be stored in Cassandra database. Make
# sure it is up, running and properly initialized. See kea-admin documentation # sure it is up, running and properly initialized. See kea-admin documentation
# for details on how to initialize the database. The only strictly required # 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 # 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 # you specify the contact points without spaces. Kea must be compiled with
# --with-cql option to use this backend. # --with-cql option to use this backend.

View File

@@ -13,14 +13,14 @@
// CQL (Cassandra) backend. Leases will be stored in Cassandra database. Make // CQL (Cassandra) backend. Leases will be stored in Cassandra database. Make
// sure it is up, running and properly initialized. See kea-admin documentation // sure it is up, running and properly initialized. See kea-admin documentation
// for details on how to initialize the database. The only strictly required // 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 // 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 // you specify the contact points without spaces. Kea must be compiled with
// --with-cql option to use this backend. // --with-cql option to use this backend.
"lease-database": { "lease-database": {
"type": "cql", "type": "cql",
"keyspace": "keatest", "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 "port": 9042
}, },