Reviewed: https://review.openstack.org/419137 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=ac01ba559de21c8dcb0da1276ab6868ff31133d6 Submitter: Jenkins Branch: master
commit ac01ba559de21c8dcb0da1276ab6868ff31133d6 Author: EdLeafe <[email protected]> Date: Wed Jan 11 21:05:25 2017 +0000 Fix missing RP generation update Most of the methods that increase the generation for a resource provider also update the value of generation in the object that calls it, but there was one place where it was missing. This patch fixes that omission. Closes-Bug: #1655761 Change-Id: Ic237c4b3456ee9887c022d562b53b675763bafda ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1655761 Title: Resource Provider generation update missing Status in OpenStack Compute (nova): Fix Released Bug description: Most of the methods that increase the generation for a resource provider also update the value of `generation` in the object that calls it, but there is one place where it was missing: the _set_allocations() method of the AllocationList class. This resulted in some ResourceProvider references having stale values for `generation`, which would cause a ConcurrentUpdateDetected exception to be raised. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1655761/+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

