Public bug reported: The legacy API controller would resync and dirty the quotas at particular intervals that pecan is missing. In particular it would resync on GET operations[1] and dirty on deletes[2]. The pecan hook is missing both of these cases.
1. https://github.com/openstack/neutron/blob/8d2c1bd88b14eefbea74c72f384cb9952e7ee62e/neutron/api/v2/base.py#L338-L339 2. https://github.com/openstack/neutron/blob/8d2c1bd88b14eefbea74c72f384cb9952e7ee62e/neutron/api/v2/base.py#L589-L591 ** Affects: neutron Importance: High Assignee: Kevin Benton (kevinbenton) Status: In Progress ** Changed in: neutron Importance: Undecided => High -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1714389 Title: Pecan is missing some quota dirtying and resync calls Status in neutron: In Progress Bug description: The legacy API controller would resync and dirty the quotas at particular intervals that pecan is missing. In particular it would resync on GET operations[1] and dirty on deletes[2]. The pecan hook is missing both of these cases. 1. https://github.com/openstack/neutron/blob/8d2c1bd88b14eefbea74c72f384cb9952e7ee62e/neutron/api/v2/base.py#L338-L339 2. https://github.com/openstack/neutron/blob/8d2c1bd88b14eefbea74c72f384cb9952e7ee62e/neutron/api/v2/base.py#L589-L591 To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1714389/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp