[release-announce] [neutron] neutron 10.0.1 (ocata)
no-reply at openstack.org
no-reply at openstack.org
Wed Apr 12 18:59:13 UTC 2017
We are thrilled to announce the release of:
neutron 10.0.1: OpenStack Networking
This release is part of the ocata stable release series.
Download the package from:
https://tarballs.openstack.org/neutron/
For more details, please see below.
Changes in neutron 10.0.0..10.0.1
---------------------------------
a919f2b Revert "Fix DetachedInstanceError on subnet delete"
ed12cea Add work-around for older oslo.db
7ec87f4 Fixed validation of create_and_list_trunk_subports rally scenario
71c0e89 Avoid router ri.process if initialize() fails
23c7c8a Throttle SIGHUPs to keepalived
0b4f8e9 Remove a release note for reverted patch
dfe4f21 Fix Quota error while running tests
b9242c3 Fix DetachedInstanceError on subnet delete
10f6e89 Reconcile quitting_rpc_timeout with backoff RPC client
6118380 tempest: Skip QoS test until fixed
b7e12b2 Turn nova notifier into a proper rate limiter
a5d7897 Add a tempest scenario for floating-ip
b0512aa tempest: Log server console output of failed SSH
3a22bc6 trunk: Add tempest test validating subport connectivity
a0eacd2 Trim rally scenario sizes
f62fe5b Fetch trunk port MTU only on trunk validation
27b67e3 functional: Stop compiling OVS from source
72def16 Set OVS inactivity_probe to vsctl_timeout when adding manager
558b403 Updated from global requirements
15caa24 Disable process monitor for keepalived test
ae20437 Ensure ovsdb_connection enabled before calling monitor
76c1894 gate_hook: accept dsvm-scenario-[ovs|linuxbridge] venv name
5a0700e Stop killing conntrack state without CT Zone
70ede4c LB Trunk: Stop matching MAC of subport to port model
8307dbe Fix duplicated sg rules check for remote_ip_prefix
bd7902f Allow no network to be passed into PortContext
1960f38 Avoid segment DB lookup in _expand_segment on port
f465aa8 Make ML2 OVO push notification asynchronous
4f4bc01 Convert gate_hook to devstack-tools
aa77aa0 Switch to use test_utils.call_until_true
2ea107f gate-hook: Accomodate devstack-gate local.conf changes
958388f Skip native DHCP notifications on status change
2c772b0 Pecan: Fix policy checks for lists
Diffstat (except docs and test files)
-------------------------------------
neutron/agent/common/ovs_lib.py | 19 ++-
neutron/agent/l3/agent.py | 15 ++-
neutron/agent/l3/ha_router.py | 20 ++-
neutron/agent/linux/ip_conntrack.py | 26 ++--
neutron/agent/linux/keepalived.py | 11 +-
neutron/agent/linux/ovsdb_monitor.py | 2 +
neutron/agent/ovsdb/native/helpers.py | 9 +-
neutron/agent/ovsdb/native/idlutils.py | 2 +-
.../api/rpc/agentnotifiers/dhcp_rpc_agent_api.py | 20 +++
neutron/cmd/sanity/checks.py | 6 +-
neutron/common/rpc.py | 45 ++++++-
neutron/common/utils.py | 48 +++++++
neutron/db/common_db_mixin.py | 3 +-
neutron/db/securitygroups_db.py | 20 ++-
neutron/notifiers/batch_notifier.py | 31 +++--
neutron/pecan_wsgi/hooks/policy_enforcement.py | 4 +-
neutron/plugins/ml2/driver_context.py | 13 +-
.../drivers/openvswitch/agent/ovs_neutron_agent.py | 5 +-
neutron/plugins/ml2/ovo_rpc.py | 61 ++++++---
neutron/plugins/ml2/plugin.py | 2 -
.../trunk/drivers/linuxbridge/agent/driver.py | 6 -
.../drivers/linuxbridge/agent/trunk_plumber.py | 19 ---
neutron/services/trunk/rules.py | 2 +-
.../functional/pecan_wsgi/test_controllers.py | 5 +-
.../tempest/api/test_network_ip_availability.py | 3 +-
.../unit/agent/linux/test_iptables_firewall.py | 18 ++-
.../rpc/agentnotifiers/test_dhcp_rpc_agent_api.py | 15 +++
.../openvswitch/agent/test_ovs_neutron_agent.py | 17 ++-
.../trunk/drivers/linuxbridge/agent/test_driver.py | 4 -
.../linuxbridge/agent/test_trunk_plumber.py | 10 --
rally-jobs/neutron-neutron.yaml | 8 +-
...width-support-linuxbridge-9dc9d4458d8affef.yaml | 6 -
requirements.txt | 2 +-
55 files changed, 1076 insertions(+), 308 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 2e9ac43..a0970b4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr>=1.8 # Apache-2.0
+pbr<2.0.0,>=1.8 # Apache-2.0
More information about the Release-announce
mailing list