Reviewed: https://review.opendev.org/c/openstack/neutron/+/845662 Committed: https://opendev.org/openstack/neutron/commit/81a330113b5ae3d9b163eb2a92bfa0a628a31dd1 Submitter: "Zuul (22348)" Branch: master
commit 81a330113b5ae3d9b163eb2a92bfa0a628a31dd1 Author: yangjianfeng <[email protected]> Date: Tue Jun 14 11:15:02 2022 +0800 Return default value when get router's enable_ndp_proxy from `request_body` In some cases, the creation of router was called by `l3 plugin` directly, didn't call API. In this way, the router's request_body of the `ndp_proxy` service plugin received has no `enable_ndp_proxy`, this will result in `ndp_proxy` service plugin raise error. Closes-Bug: #1978519 Related-Bug: #1877301 Change-Id: I413c33970002532d11de5bc2afb145704a8488a9 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1978519 Title: Create auto allocated topology encounter error when enable ndp_proxy service plugin Status in neutron: Fix Released Bug description: In master branch, when `auto_allocate` and `ndp_proxy` service plugin were enabled simultaneously. Then, execute the below command to create a `auto allocated topology create`, the neutron server log will report ERROR [1]. openstack network auto allocated topology create --or-show [1] https://paste.opendev.org/show/bYdBYap1NcOnTjIK7inP/ To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1978519/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

