yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #82613
[Bug 1877404] Re: Add "qos_policy_id" field to "FloatingIP" OVO
Reviewed: https://review.opendev.org/726208
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=8cfe41fa6bea0901e4b2d41cc47d745195e9953b
Submitter: Zuul
Branch: master
commit 8cfe41fa6bea0901e4b2d41cc47d745195e9953b
Author: Rodolfo Alonso Hernandez <ralonsoh@xxxxxxxxxx>
Date: Thu May 7 15:49:21 2020 +0000
Add "qos_policy_id" field to "FloatingIP" OVO
This new synthetic field is linked to a "QosPolicyFloatingIPBinding"
register. This binding register will bind a QoS policy and a
floating IP.
Now is possible to provide this field in the create/update input
parameters. If provided, the "FloatingIP" OVO will create/delete the
"QosPolicyFloatingIPBinding" register.
The OVO takes this parameter from the DB object. When the DB object
is retrieved, the QoS policy binding register is retrieved too due
to a backref link in the "QosFIPPolicyBinding" DB model to the
"FloatingIP" DB model.
Change-Id: Ideb042a71336b110bbe0f9e81ed8e0c21434fc42
Closes-Bug: #1877404
Related-Bug: #1877408
** 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/1877404
Title:
Add "qos_policy_id" field to "FloatingIP" OVO
Status in neutron:
Fix Released
Bug description:
This bug is related to https://bugs.launchpad.net/neutron/+bug/1596611
The aim of this bug is to add a new field in the "FloatingIP" OVO.
Currently we have a "FloatingIP" DB object with a "qos_policy_binding"
field. It contains, if any, a "QosFIPPolicyBinding". This register
binds a QoS policy with a floating IP DB registers.
This new synthetic field will contain, if present, the QoS policy ID
attached to this floating IP, improving the OVO interface.
This new interface will help in the OVN QoS FIP integration
(https://bugs.launchpad.net/neutron/+bug/1877408).
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1877404/+subscriptions
References