797158d0a6
This release picks up new commits to neutron since the last release from stable/xena. This is being proposed as a convenience to help make sure stable changes are being released. If the team is good with this going out, please respond with a +1 to let the release team know it is OK to proceed. If it is not wanted at this time, or if there are more changes that would be good to get merged before doing a stable release, please leave a -1 with a comment with what the team would prefer. We can then either abandon this patch, or wait for an update with a new commit hash to use instead. $ git log --oneline --no-merges 19.4.0..fc62d1ea8e fc62d1ea8e Use common wait_until_ha_router_has_state method everywhere 6e6ffa31c1 Never raise an exception in notify() a94143d4fd [Trunk] Update the trunk status with the parent status 1353ef8a7a Increase fullstack job's timeout 44f95a48fc Improve agent provision performance for large networks 70e179e9b7 Since OVN 20.06, config is stored in "Chassis.other_config" 70f947e052 Fix handling the restart of ovn-controllers eb114872c4 [ovn]neutron agent show real heartbeat_timestamp ddb40f9d6d Allow multiple IPv6 ports on router from same network ml2/ovs+dvr 538712635c [ovn]support read chassis update time from nb_cfg_timestamp 8bd833185d [OVN] Fix availability zones changes check b5da174aa3 Limit tox version to <4 779f647fc3 [Fullstack] Wait 10 seconds to ensure that MAC address is configured ffd7496895 Fix bulk create without mac d64da06f74 Add address scope to the OVN LSP port registers 9a2fbd5102 [stable-only] Load config options importing ``common_config`` 037ba074f0 Check if port exists in ``update_port_virtual_type`` method 74618128bc Dont raise RouterInterfaceNotFound on overlap check router ports 4716449325 Enable dstat and memory_tracker in functional/fullstack jobs a591f6c897 Increase the timeout for arm64 jobs 4b374965dd Set bigger swap in the functional and fullstack jobs 7e6ac2b437 Fix behaviour of enable/disable in OVN network log 7559a2ea82 Fix duplicated routes exceptions 798f05af4e ovn: Use ovsdb-client to create neutron_pg_drop c95d541518 Delete MAC binding for LRP when the port is deleted 510beec629 Avoid register config options on imports c5a3ea4a10 ovn: first tear down old metadata namespaces, then deploy new a036317775 Mark functional L3ha tests as unstable 9cdd3cc8bb OVN: Add support for DHCP option "domain-search" for IPv4 6c36bada05 Always create a "router_extra_attributes" register per router 26db7326c4 [stable-only] Add "tempest-integrated-networking" job to experimental 789a46df61 Check subnet overlapping after add router interface 652d8da392 Update the Ethernet card information 0556938248 Allow shared net to be added on router a2df23ac90 Port provisioning should retry only for VM ports 88a5e8e44a Update documentation link for openSUSE index. 40254f7235 [OVN] Set the default OVN metadata worker number to 0 71d4c68eb4 update the nova host aggregates links 5dac0105c2 Disable in-band management for bridges before setting up controllers 921713cbdc [OVN] Avoid deadlock when cleaning hash ring nodes d44fa77319 [L3HA] Don't update HA router's ports if router isn't active on agents 1d3ae69e3b Fix ipam_pluggable_backend unit tests module 55df77f92c Execute "IpMonitorTestCase" tests always inside a namespace d89b9b13c6 Split Hash Ring probing from the maintenance task 560ea25085 [OVN] Allow to execute ``MetadataProxyHandler`` in a local thread 6c94585b8c Allow to pass EUI64 IP address as fixed ip for the port 99bce9d055 [stable-only] Add writer DB context to "add_provisioning_component" 9f3bec03fd Accept a port deletion with missing port binding information d033ab6eb6 Script to remove duplicated port bindings 9a48e866b9 fix: Fix url of Floodlight a54a800659 Migration revert plan 794860eb75 Use "OVNMechDriver" instance in "TestOvn[Nb|Sb]IdlNotifyHandler" fd7993cfe0 Handle several dhcp agents for metadata over ipv6 717e3e0955 Do not allow a tenant to create a default SG for another one 564e836358 [OVN] Rate limit the "Disallow caching" log from hash ring 3f146db5a7 Fix indentation issue in wait_for_change override ff6705d1b6 Revert "[OVN] Set NB/SB "connection" inactivity probe" 3de47d284e Retry connections to Nova 1eeb5126c1 Add an active wait during the port provisioning event 423c92814b [ovn] Specify port type if it's a router port when updating 0fe77594c5 Bump revision number of objects when description is changed 9985e7ddaf Allow operator to disable usage of random-fully 3f0ea85bec [OVN] Remove ACLs with remote SG during deletion of SG 1850646b41 [OVN] Remove session check in ``update_network_postcommit`` 6f92ba9280 ovn: Don't fail db sync if new IP allocation fails for metadata 8e953bd349 Mellanox_eth.img url expires, remove the mellanox_eth.img node 9a0539fcda [OVN] Fix updating network segmentation ID 8c98d7bd20 Clean up db residual record from dvr port cfb0672ab7 [ovn]Change LogicalSwitchPortUpdateUpEvent old conditions ec831cdf12 Add workaround for eventlet.greendns bug 14ff8dca34 Port update will trigger less notifications to the DHCP agents 6ad3aab29c Implement specific tracked resource count method per quota driver ff9c7cf1a2 Test: mock out _check_netfilter_for_bridges in unit tests a11b4f49e7 ovn: Wait for northd in functional tests 429fbae1d0 [OVN] Sync QoS policies Signed-off-by: Hervé Beraud <hberaud@redhat.com> Change-Id: I21683969ec0ab1b12f251521b264066b66136627
60 lines
2.0 KiB
YAML
60 lines
2.0 KiB
YAML
---
|
|
launchpad: neutron
|
|
team: neutron
|
|
type: service
|
|
release-model: cycle-with-rc
|
|
repository-settings:
|
|
openstack/neutron: {}
|
|
cycle-highlights:
|
|
- Distributed DHCP service is now available as an neutron-ovs-agent
|
|
extension. It provides basic DHCP functionality locally on compute
|
|
nodes where VMs are and no DHCP agents are needed in such case.
|
|
- Support stateless security groups with the latest OVN 21.06+. The
|
|
``stateful=False`` security groups are mapped to the new ``allow-stateless``
|
|
OVN ACL verb.
|
|
- ECMP routes are now supported by Neutron. Multiple routes with the
|
|
same destination address are now consolidated into a single ECMP
|
|
route.
|
|
- A new quota driver is added ``DbQuotaNoLockDriver``. This driver
|
|
does not create a unique lock per (resource, project_id). Such locks
|
|
could lead to a database deadlock state if the number of server
|
|
requests exceeds the number of resolved resource creations.
|
|
releases:
|
|
- version: 19.0.0.0rc1
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: 6db261962894b1667dd213b116e89246a3e54386
|
|
- version: 19.0.0.0rc2
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: 23f956ab37618d5ec6b1b2bf0d50dea7a601513c
|
|
- version: 19.0.0
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: 23f956ab37618d5ec6b1b2bf0d50dea7a601513c
|
|
diff-start: 18.0.0.0rc1
|
|
- version: 19.1.0
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: 1a4353d2877b2d1d54cc9eeb701c728ae4fc84a5
|
|
- version: 19.2.0
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: 493afef940d548d02b997b0514643035a44ee030
|
|
- version: 19.3.0
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: 2f5a42c637c23f1080eb55a9b0eea67b5f55d078
|
|
- version: 19.4.0
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: 0eb8e2b21652bd1beacfdf6079baca660737625e
|
|
- version: 19.5.0
|
|
projects:
|
|
- repo: openstack/neutron
|
|
hash: fc62d1ea8ef5024cd1b851dab2f765ba425279c3
|
|
branches:
|
|
- name: stable/xena
|
|
location: 19.0.0.0rc1
|
|
release-notes: https://docs.openstack.org/releasenotes/neutron/xena.html
|