Reviewed: https://review.openstack.org/375189 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=971cf85034a1f94efec27742ff43edb7e664dc98 Submitter: Jenkins Branch: master
commit 971cf85034a1f94efec27742ff43edb7e664dc98 Author: Kevin Benton <[email protected]> Date: Thu Sep 22 17:52:25 2016 -0700 Add missing revision number altercations This adds revises_on_change for the following models and API tests to ensure the correct behavior: * port security (network and port) * DNS domain (network and port) * extra dhcp opts (port) * extra routes (router) * subnet service type (subnet) Additionally, it configures the DNS extension to be loaded in the gate since the extension is enabled for tempest. Closes-Bug: #1627649 Change-Id: Ifa969c8c2582f8f41d42df07652f259781a36bb5 ** 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/1627649 Title: several operations on related resources not bumping revisions of parent objects Status in neutron: Fix Released Bug description: Several operations are not bumping revision numbers because the models are missing the 'revises_on_change' for the API resource they belong to (e.g. port security, dns, allowed address pairs, extra dhcp opts). To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1627649/+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

