← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1276731] Re: simple_tenant_usage extension should not rely on looking up flavors

 

** 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/1276731

Title:
  simple_tenant_usage extension should not rely on looking up flavors

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  The simple_tenant_usage extension gets the flavor data from the
  instance and then looks up the flavor from the database to return
  usage information. Since we now store all of the flavor data in the
  instance itself, we should use that information instead of what the
  flavor currently says is right. This both (a) makes it more accurate
  and (b) avoids us failing to return usage info if a flavor disappears.

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


References