← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1271429] Re: quota commit to error project/user in auto confirm resize

 

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

** Changed in: nova
    Milestone: None => juno-1

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

Title:
  quota commit to error project/user in auto confirm resize

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  it is that, if the confirmation is launched through periodic task,
  then the project_id and user_id in context are all None, which
  result in reservations in DB are also have `NULL` project_id and
  user_id, when these reservations are committed, the quotas usage of
  the instance's project/user will become wrong eventually.

  this bug can be reproduced both in stable havana and master.
  so we need to backport this fix patch to stable havana.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1271429/+subscriptions


References