Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
e7fcce77
Commit
e7fcce77
authored
Mar 01, 2017
by
Francis Dupont
Browse files
[5061] contact_points -> contact-points
parent
efa8dd3f
Changes
4
Hide whitespace changes
Inline
Side-by-side
doc/examples/kea4/backends.json
View file @
e7fcce77
...
...
@@ -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.
...
...
doc/examples/kea4/cassandra.json
View file @
e7fcce77
...
...
@@ -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.
...
...
doc/examples/kea6/backends.json
View file @
e7fcce77
...
...
@@ -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.
...
...
doc/examples/kea6/cassandra.json
View file @
e7fcce77
...
...
@@ -13,14 +13,14 @@
//
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
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment