yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #59188
[Bug 1642517] Re: several resources lack revision_on_change attribute to bump the version of their parent resources
Reviewed: https://review.openstack.org/400161
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=3b610a1debdfb99def758406b1604aa3273edeea
Submitter: Jenkins
Branch: master
commit 3b610a1debdfb99def758406b1604aa3273edeea
Author: Lujin <luo.lujin@xxxxxxxxxxxxxx>
Date: Mon Nov 21 18:19:04 2016 +0900
Add missing revises_on_change attribute
This patch adds revises_on_change attribute to the following models
and API tests to ensure the correct behaviour:
ExternalNetwork (Network)
RouterExtraAttributes (Router)
QosPortPolicyBinding (Port)
QosNetworkPolicyBinding (Network)
PortBindingPort (Port)
SegmentHostMapping (Network Segment)
Change-Id: I8bda9fc940e99d18bab2b4229198374f1cabf84b
Closes-Bug: #1642517
** 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/1642517
Title:
several resources lack revision_on_change attribute to bump the
version of their parent resources
Status in neutron:
Fix Released
Bug description:
I went through some codes related to bumping parent resources revision
number when children resources, which are not top-level neutron
objects, are update. I found the following children resources lack of
"revises_on_change" attribute, which is used to bump parent resources'
revision number.
* ExternalNetwork (Network)
http://paste.openstack.org/show/589687/
* RouterExtraAttributes (Router)
http://paste.openstack.org/show/589690/
* QosPortPolicyBinding (Port)
http://paste.openstack.org/show/589834/
* QosNetworkPolicyBinding (Network)
http://paste.openstack.org/show/589835/
* PortBindingPort (Port)
* SegmentHostMapping (Network Segment)
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1642517/+subscriptions
References