Description of problem: According to BZ1859274, OVN should support FIP QoS on latest 16.1 builds. However, two issues have been identified (probably they are related): A) The command 'openstack extension list' does not show qos-fip, despite qos-fip has been added to the list of extension_drivers. The following log indicates that the extension is available: 2021-02-08 12:04:46.598 7 DEBUG neutron.api.extensions [req-db2c936d-be94-4fc6-9482-28c8292a30b4 - - - - -] Ext name="Floating IP QoS" alias="qos-fip" description="The floating IP Quality of Service extension" updated="2017-07-20T00:00:00-00:00" _check_extension /usr/lib/python3.6/site-packages/neutron/api/extensions.py:414 But the output of the extension list command does not include qos-fip. B) An error is raised when trying to assign a qos-policy to a FIP: HTTPBadRequest 'message': "Unrecognized attribute(s) \'qos_policy_id\'" Version-Release number of selected component (if applicable): RHOS-16.1-RHEL-8-20210129.n.0 How reproducible: 100% Steps to Reproduce: A. openstack extension list B. openstack floating ip set --qos-policy <qos-policy-id> <fip>
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Red Hat OpenStack Platform 16.1.4 director bug fix advisory), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2021:0817