Reviewed: https://review.opendev.org/711888 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=4912d11b34e5f48ecb200947bbc3859145410c11 Submitter: Zuul Branch: master
commit 4912d11b34e5f48ecb200947bbc3859145410c11 Author: Slawek Kaplonski <[email protected]> Date: Mon Mar 2 22:11:04 2020 +0100 Add fip_pf_description extension to be supported by service plugin In [1] new api extension "fip_pf_description" was introduced but it wasn't added to the list of supported extensions by port_forwarding service plugin. Because of that "description" attribute was unknown for the port_forwarding resource. Now this new api extension is added and supported by pf plugin. [1] https://review.opendev.org/#/c/670930/ Closes-Bug: #1866560 Partially-implements: bp/fip-pf-description Depends-On: https://review.opendev.org/#/c/711856/ Change-Id: Ibf42a4d276d0141d66ae6e88aa9fbc291eaa4f82 ** 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/1866560 Title: FIP Port forwarding description API extension don't work Status in neutron: Fix Released Bug description: Patches [1] and [2] added description field to the fields of port forwarding resource. Unfortunately we missed API extensions to be added in neutron and also there is a bug in the api definition done in [2] - there should be SUB_RESOURCE_ATTRIBUTE_MAP updated instead of RESOURCE_ATTRIBUTE_MAP and also there is missing "parameters" dict there. [1] https://review.opendev.org/#/c/670930/ [2] https://review.opendev.org/#/c/692580/ To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1866560/+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

