I'm happy to announce the release of networking-calico 1.1.3. networking-calico is a Neutron driver that connects instances using IP routing instead of layer 2 bridging and tunneling.
networking-calico's server-side code works with Liberty and previous OpenStack releases back to Icehouse, and the release includes a DevStack plugin that makes it easy to try out with Liberty. There are also various platform-packaged ways that you can use networking-calico [1], together with the 1.3.0 release of the common Calico code [2]. [1] http://docs.projectcalico.org/en/1.3.0/openstack.html [2] http://lists.projectcalico.org/pipermail/calico-tech_lists.projectcalico.org/2016-February/000095.html networking-calico docs and source are available at: http://docs.openstack.org/developer/networking-calico/ http://git.openstack.org/cgit/openstack/networking-calico/ Please report issues through launchpad: https://bugs.launchpad.net/networking-calico Below is the list of changes since the previous 1.0.0 release. Many thanks to everyone who has contributed to this release! Neil Changes in networking-calico 1.0.0..1.1.3 --------------------------------------------- fabfb01 Doc: explain networking-calico, to an OpenStack-savvy audience 52e582b Doc: add some implementation notes 9803fab Move Calico's mechanism driver to networking-calico a246a50 devstack/bootstrap.sh: Don't set SERVICE_HOST 4203acf Various leader election improvements: 35ffc79 Remove 'sqlalchemy' from requirements.txt 7b4b9a7 Handle EtcdKeyNotFound in addition to EtcdCompareFailed. d089633 Reduce election refresh interval, handle EtcdEventIndexCleared. ede8ef2 Fix deadlock in status reporting. 6dce2e4 Adjust tox and testr config to print coverage. b95c8ab Add TLS support to the Neutron driver's etcd connection. 59db532 Skip all ports in DHCP agents on different hosts ef5df2a Use standard logging in test code, instead of print eecdc0f Decouple status reporting from etcd polling. c6aebff Prevent concurrent initialisation of the mechanism driver. fe5a2dd Update pbr requirement to match global-requirements 9bd6055 New DHCP agent driven by etcd data instead of by Neutron RPC b7ff0e8 Pass a string to delete_onlink_route instead of an IPNetwork b085fb0 Fix handling of endpoint directory deletion 8d740be Update test-requirements.txt to fix CI. 27ea7ca Add service framework around Calico DHCP agent 94bf75c Don't automatically install and use Calico DHCP agent 2f2a227 Debian and RPM packaging for release 6495f68 Improve workaround for requests/urllib3 vendoring issue eda6447 Debian and RPM packaging for release ec7a01c Make networking-calico RPM package depend on python-pbr 6047195 Change default host for etcd connections from localhost to 127.0.0.1 __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
