Reviewed: https://review.opendev.org/693244 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=f2b52b5e8f2579cac2e9cd3844ed3e75d18cd06d Submitter: Zuul Branch: master
commit f2b52b5e8f2579cac2e9cd3844ed3e75d18cd06d Author: Rodolfo Alonso Hernandez <[email protected]> Date: Wed Nov 6 19:38:15 2019 +0000 Add "qos_network_policy_id" to port definition Added "qos_network_policy_id" key to port dictionary. Change-Id: I75713e0e3924ad4c9177e7c9b04c58882e292dc0 Closes-Bug: #1851362 ** 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/1851362 Title: [RFE] ports do not inherit their associated network's policy Status in neutron: Fix Released Bug description: Description: Once attaching a port to a network that has QoS policy, the policy is not inherited to the port. Network policy should be used for all ports which don't have own policy associated. Steps to Reproduce: 1. Create new internal network 2. Create new QoS policy 3. Attach the policy to the network 4. create a new port 5. Attach the port to the network Actual results: The port has no policy associated qos_policy_id is: None Expected results: The post should has the network associated QoS policy Version: ROCKY To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1851362/+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

