[openstack-announce] [new][neutron] networking-calico 1.3.1 release
no-reply at openstack.org
no-reply at openstack.org
Mon Oct 10 13:45:29 UTC 2016
We are psyched to announce the release of:
networking-calico 1.3.1: This project contains documentation and code
for integrating Project Calico networking into OpenStack/Neutron.
The source is available from:
http://git.openstack.org/cgit/openstack/networking-calico
Download the package from:
https://tarballs.openstack.org/networking-calico/
Please report issues through launchpad:
http://bugs.launchpad.net/networking-calico
For more details, please see below.
Changes in networking-calico 1.3.0..1.3.1
-----------------------------------------
fc7f8e8 Version 1.3.1
f93201f Restore RPM dependency on python-etcd
29dc32e Correctly handle etcd being stopped
287a146 Import needed code from core Calico repo
663aa83 Fix multiple interface prefixes support
Diffstat (except docs and test files)
-------------------------------------
CHANGES.md | 8 +
_test-requirements.txt | 1 -
debian/changelog | 22 +
debian/control | 1 -
debian/rules | 2 +-
devstack/auto-bird-conf.sh | 6 +-
devstack/plugin.sh | 10 +-
devstack/settings | 8 +-
networking_calico/agent/dhcp_agent.py | 12 +-
networking_calico/common/__init__.py | 343 ++++++++++++++
networking_calico/datamodel_v1.py | 199 +++++++++
networking_calico/etcdutils.py | 491 ++++++++++++++++++++
networking_calico/logutils.py | 26 ++
networking_calico/monotonic.py | 55 +++
.../plugins/ml2/drivers/calico/election.py | 14 +
.../plugins/ml2/drivers/calico/mech_calico.py | 6 +-
.../plugins/ml2/drivers/calico/t_etcd.py | 15 +-
.../plugins/ml2/drivers/calico/test/lib.py | 7 +
.../ml2/drivers/calico/test/test_election.py | 4 +
.../ml2/drivers/calico/test/test_plugin_etcd.py | 8 +-
rpm/networking-calico.spec | 20 +-
tox.ini | 1 +
27 files changed, 2249 insertions(+), 41 deletions(-)
Requirements updates
--------------------
diff --git a/_test-requirements.txt b/_test-requirements.txt
index 359a4ab..86db8ba 100644
--- a/_test-requirements.txt
+++ b/_test-requirements.txt
@@ -21 +20,0 @@ testtools>=0.9.36,!=1.2.0
--e git+https://github.com/projectcalico/calico.git#egg=calico-git
More information about the OpenStack-announce
mailing list