** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => kilo-3

-- 
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/1291199

Title:
  update quota multi-value in one request, half done half failed

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  Update quota multi-value in one request is not an atomicity operation.
  I update quota(floating_ips, key_pairs, instances, ram) in one request, and 
then get response code 400, because of ram should not less than used. That is 
ok. The problem is that floating_ips, key_pairs, instances have updated.
  I think the update operation should be an atomicity operation. When update 
failed, we should roll back all the change on quota.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1291199/+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

Reply via email to