← Back to team overview

yahoo-eng-team team mailing list archive

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

 

Public bug reported:

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.

** Affects: nova
     Importance: Medium
         Status: New

-- 
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):
  New

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


Follow ups

References