Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Fix calico support for the etcd3 server. Use specific commit of python-etcd client. #142

Merged
merged 1 commit into from
Sep 1, 2016

Conversation

mikev
Copy link
Contributor

@mikev mikev commented Sep 1, 2016

No description provided.

@mikev mikev changed the title use projectcalico fork of python-etcd. it supports etcd v3 server use specific commit of python-etcd. The commit supports etcd v3 server Sep 1, 2016
@mikev mikev changed the title use specific commit of python-etcd. The commit supports etcd v3 server Fix calico support for the etcd3 server. Use specific commit of python-etcd client. Sep 1, 2016
@mikev
Copy link
Contributor Author

mikev commented Sep 1, 2016

Per Tom, we are only modifying build-requirements-frozen.txt build-requirements-frozen is normally auto-generated, but we are overriding the generated value until the python-etcd patch becomes available in a numbered version release. In any case, the generated value is only generated if we trigger it.

@@ -57,6 +57,6 @@
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=['netaddr', 'python-etcd>=0.4.2', 'subprocess32'],
install_requires=['netaddr', 'python-etcd>=0.4.3', 'subprocess32'],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is going to be a problem for calico-node

@mikev mikev force-pushed the master branch 2 times, most recently from cc8f888 to 8d80b40 Compare September 1, 2016 21:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants