issues Search Results · repo:dims/etcd3-gateway language:Python
Filter by
15 results
(81 ms)15 results
indims/etcd3-gateway (press backspace or delete to remove)In the new release (0.2.6 from Jul 30, 2020) etcd3gw ~is unable to raise (some?) of its own exceptions~ (the exception
wording was mostly unfortunate and I guess we all fell in this trap) (the truth is:) ...
yoctozepto
- 15
- Opened on Aug 12, 2020
- #41
etcd3gw/tests/test_etcd3gw.py
347: lock = self.client.lock(id= xyz-%s % time.clock(), ttl=60)
etcd3gw/examples/etcd.py
57: lock = Lock( xyz-%s % time.clock(), ttl=10000, client=client)
Ref ...
tirkarthi
- 2
- Opened on May 7, 2020
- #35
There have been several commits since the last etcd3-gateway release. The ones including resp.reason as part of an
exception are particularly of interest since it makes debugging client issues using the ...
comay
- 2
- Opened on Jan 28, 2020
- #33
Hi @dims
not sure if this was discussed, would it make sense to move this project to opendev aka openstack hosting infra ?
apevec
- 17
- Opened on Feb 15, 2019
- #29
I was trying to get the lock using this module with python3, however lock.is_acquired() always returned False. After
some investigation, I found the reason is that the values are not correctly decoded. ...
huntxu
- Opened on Jul 17, 2018
- #24
can i set etcd cluster address in etcdgw.client(host= 192.168.0.9,192.168.0.10“)
wchunx
- Opened on Jun 8, 2018
- #22
While setting up Calico in our OpenStack deployment we ve encountered issues when trying to use TLS authentication to
access etcd cluster.
To reproduce:
1. Setup etcd cluster with TLS client authentication ...
ThatIsGeek
- 2
- Opened on May 7, 2018
- #20
If I specify key for the sort target then that gets mapped to sort_target : 1 on the API but the docs say that key
should be 0:
enum SortTarget {
KEY = 0;
VERSION = 1;
CREATE = 2;
MOD = 3;
VALUE ...
fasaxc
- 2
- Opened on Apr 5, 2018
- #18
One issue that we found in writing our product using etcd3gw is that the methods don t return the metadata from the
response envelope . There are various cases where that information is needed:
- To ...
fasaxc
- 1
- Opened on Apr 4, 2018
- #17
Run a local etcd server on port 2379, e.g. with docker run --net=host quay.io/coreos/etcd.
Create an Etcd3Client and make an initial connection to the server:
(py27) neil@smaug:~/calico/networking-calico$ ...
nelljerram
- 8
- Opened on Mar 29, 2018
- #15

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.