Add grouping support in etcd to compatibility matrix.
Support has been added with
6ab8c380c8
Closes-Bug: 1995125
Change-Id: I507301618c2bb32fa989db3e5634016c8e15f305
This commit is contained in:
parent
1a76dd6199
commit
0c145b4567
@ -32,7 +32,7 @@ Driver support
|
||||
* - :py:class:`~tooz.drivers.consul.ConsulDriver`
|
||||
- Yes
|
||||
* - :py:class:`~tooz.drivers.etcd.EtcdDriver`
|
||||
- No
|
||||
- Yes
|
||||
* - :py:class:`~tooz.drivers.file.FileDriver`
|
||||
- Yes
|
||||
* - :py:class:`~tooz.drivers.ipc.IPCDriver`
|
||||
|
@ -74,7 +74,7 @@ print("")
|
||||
grouping_table = [
|
||||
[
|
||||
"Yes", # Consul
|
||||
"No", # Etcd
|
||||
"Yes", # Etcd
|
||||
"Yes", # File
|
||||
"No", # IPC
|
||||
"Yes", # Memcached
|
||||
|
Loading…
Reference in New Issue
Block a user