[new][neutron] networking-calico 1.3.0 release
We are happy to announce the release of: networking-calico 1.3.0: This project contains documentation and code for integrating Project Calico networking into OpenStack/Neutron. With source available at: http://git.openstack.org/cgit/openstack/networking-calico Please report issues through launchpad: http://bugs.launchpad.net/networking-calico For more details, please see below. Changes in networking-calico 1.2.0..1.3.0 ----------------------------------------- bcdaded Version 1.3.0 23c0f71 Fix IPv6 router advertisements with multiple networks 1a1493e DevStack bootstrap: Provide Git user name/email config fcdd5ca Enable usage reporting for Calico/OpenStack deployments f162ecb DHCP agent log to /var/log/neutron instead of .../calico 8599fe0 Fix order of arguments in assertEqual 63c1b15 Support providing of custom etcd connection parameters for DHCP agent ba98721 Avoid 'No handlers found' warnings in test run output c207d02 Enable DeprecationWarning in test environments b0f751b Host routes support 1749903 Version 1.2.2 0637b79 Update CHANGES.md for new release 623fc4b DHCP agent: don't directly connect different subnets 8e1425c Ensure that log file directory exists Diffstat (except docs and test files) ------------------------------------- CHANGES.md | 44 +++ debian/changelog | 46 +++ debian/rules | 2 +- devstack/bootstrap.sh | 2 + devstack/plugin.sh | 2 + networking_calico/agent/dhcp_agent.py | 410 +++++++++++++-------- networking_calico/agent/linux/dhcp.py | 70 ++++ networking_calico/common/__init__.py | 0 networking_calico/common/config.py | 40 ++ .../plugins/ml2/drivers/calico/t_etcd.py | 66 ++-- .../plugins/ml2/drivers/calico/test/lib.py | 16 + .../ml2/drivers/calico/test/test_election.py | 10 +- .../ml2/drivers/calico/test/test_plugin_etcd.py | 212 ++++++----- rpm/networking-calico.spec | 19 +- tox.ini | 1 + 20 files changed, 882 insertions(+), 301 deletions(-)
participants (1)
-
no-reply@openstack.org