yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #63205
[Bug 1677303] Re: QoS policy object should not raise an exception for version degradation < 1.3
** Changed in: neutron
Status: In Progress => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1677303
Title:
QoS policy object should not raise an exception for version
degradation < 1.3
Status in neutron:
Invalid
Bug description:
"The oslo.versionedobjects library can be used to define a data model
within a project independent of external APIs or database schema for
the purposes of providing upgrade compatibility across distributed
services."
QoS policy object is raising an exception when the object version is
downgraded to < 1.3 [1]
Instead of this, the function "obj_make_compatible" should gently
adapt the new versioned object.
[1]
https://github.com/openstack/neutron/blob/master/neutron/objects/qos/policy.py#L240
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1677303/+subscriptions
References