Commit 02b370b
committed
Fix batching error due to outdated etcd3gw
Testing the new batching feature ended up crashing Neutron:
File "/usr/local/lib/python3.9/dist-packages/networking_generic_switch/batching.py", line 325, in __init__
etcd_client = etcd3gw.client(
TypeError: client() got an unexpected keyword argument 'api_path'
This new feature needs etcd3gw 2.1.0, update minimum version of dependency
accordingly.
Note that this is only an issue when reusing an existing environment or
having to compose with other dependency constraints. Simply installing
the most recent version of etcd3gw works as expected.
Change-Id: Ie6ecf781fde990ffbce420904978fe5a9fb1e4001 parent 40399f2 commit 02b370b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments