Comment 1 for bug 1293756

Revision history for this message
Matt Riedemann (mriedem) wrote :

(2:29:31 PM) mriedem: comstud: was just looking at this bug https://bugs.launchpad.net/nova/+bug/1293756, quotas goes directly to the database and is called from compute api, should that be going through conductor?
(2:29:54 PM) comstud: mriedem: compute API, no
(2:30:07 PM) comstud: typically it's only called from nova-api
(2:30:33 PM) comstud: there are a couple of cases where compute manager calls back to it
(2:30:50 PM) comstud: ah is ee
(2:30:53 PM) comstud: this is one of them, I guess
(2:31:03 PM) mriedem: comstud: yeah, confirming resizes
(2:31:12 PM) comstud: just switch that to use the quotas object
(2:31:31 PM) mriedem: ah, ok - was wondering about that given the quotas object stuff last week
(2:31:35 PM) mriedem: cool, easy enough, thanks
(2:31:40 PM) comstud: np